Skip to content

Commit

Permalink
use workspace var
Browse files Browse the repository at this point in the history
  • Loading branch information
ianohara committed Feb 4, 2025
1 parent d76a122 commit 852a4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout the Squid repo
uses: actions/checkout@v4
- name: Run the setup script for Ubuntu 22.04
run: ./setup_22.04.sh -r=.
run: ./setup_22.04.sh -r=${{ github.workspace }}
working-directory: ./software
- name: Run the cuda setup script
run: ./setup_cuda_22.04.sh
Expand Down

0 comments on commit 852a4cf

Please sign in to comment.