We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b3b94 commit 34122c1Copy full SHA for 34122c1
1 file changed
.github/workflows/build-and-run.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout GPULlama3
22
uses: actions/checkout@v4
23
+ env:
24
+ PATH: /usr/bin:/bin:$PATH
25
with:
26
fetch-depth: 0
27
submodules: false
0 commit comments