Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzxDwi authored May 7, 2024
1 parent 9e9b026 commit 606ac5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pm3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

- name: Unzip aarch64-linux-musl
working-directory: aarch64-linux-musl
run: tar Jxfv aarch64-linux-musl.tar.xz
run: |
tar Jxfv aarch64-linux-musl.tar.xz
echo "$(pwd)/bin" >> $GITHUB_PATH
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 606ac5c

Please sign in to comment.