Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Sep 14, 2023
1 parent 26fedf3 commit d6312ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_test_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: mcneel/rhino3dm-dev-arm64
options: -v $(pwd):/src
options: -v ${{ github.workspace }}:/src
run: |
uname -a
ls
Expand Down

0 comments on commit d6312ab

Please sign in to comment.