Skip to content

Commit

Permalink
Once more
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-vin committed Sep 3, 2023
1 parent 4b61f03 commit cf3cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: set env
run: |
echo ("LIB=" + $env:LIB + ";" + $pwd + "\libs") >> $env:GITHUB_ENV
echo ("PATH=" + $env:PATH + ";" + $pwd + "\libs;C:\Users\runneradmin\scoop\shims\scoop") >> $env:GITHUB_ENV
echo ("PATH=" + $env:PATH + ";" + $pwd + "\libs;C:\Users\runneradmin\scoop\shims") >> $env:GITHUB_ENV
- name: check env
run: |
echo $env:LIB
Expand Down

0 comments on commit cf3cc4f

Please sign in to comment.