Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume committed Oct 1, 2024
1 parent 469b690 commit ee8f728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run build script
run: ls -la $GITHUB_WORKSPACE && cd $GITHUB_WORKSPACE && ls && /tmp/scripts/build-nvidia-drv.sh
run: $GITHUB_WORKSPACE/scripts/build-nvidia-drv.sh

0 comments on commit ee8f728

Please sign in to comment.