diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8236e40..0a414681 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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