Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Jul 3, 2023
1 parent acbf25d commit 5f2cd97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,11 @@ jobs:
with:
path: artifacts
- name: Extracting the Library
run: tar -xvzf radix-engine-toolkit-uniffi-x86_64-apple-darwin.tar.gz --directory="extracted"
run: |
ls -lah
mkdir extracted
tar -tvf radix-engine-toolkit-uniffi-x86_64-apple-darwin.tar.gz
tar -xvzf radix-engine-toolkit-uniffi-x86_64-apple-darwin.tar.gz --directory="extracted"
working-directory: artifacts
- name: Generate the Bindings
run: |
Expand Down

0 comments on commit 5f2cd97

Please sign in to comment.