Skip to content

Commit

Permalink
Explicitly define the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
OoLunar committed May 24, 2024
1 parent 9ec9d35 commit 4661455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: "iOS Arm64",
os: macos-latest,
command: "set +e; \
bash -x ${{ github.workspace }}/.github/scripts/apple-xcframework.sh; \
bash -x $workspace/.github/scripts/apple-xcframework.sh; \
cat libsodium-apple/tmp/build_log; \
cat $(find . -name \"config.log\")",
output-file: "zig-out/lib/libsodium.dylib",
Expand Down Expand Up @@ -138,6 +138,7 @@ jobs:
shell: bash
continue-on-error: true
run: |
export workspace='${{ github.workspace }}'
git config --global core.filemode false
git clone https://github.com/jedisct1/libsodium.git libs/sodium
cd libs/sodium
Expand Down

0 comments on commit 4661455

Please sign in to comment.