Skip to content

Commit

Permalink
Try it
Browse files Browse the repository at this point in the history
  • Loading branch information
zgrannan committed Nov 30, 2023
1 parent a974fe5 commit 560994a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,9 @@ jobs:
distribution: 'zulu'
- name: Set COMPILATION_TARGET_PRUSTI for Windows
if: matrix.os == 'windows-latest'
run: echo "COMPILATION_TARGET_PRUSTI=x86_64-pc-windows-msvc" >> $GITHUB_ENV
run: |
[System.Environment]::SetEnvironmentVariable("COMPILATION_TARGET_PRUSTI", "x86_64-pc-windows-msvc", [System.EnvironmentVariableTarget]::Process)
echo "COMPILATION_TARGET_PRUSTI is now set to $env:COMPILATION_TARGET_PRUSTI"
- name: Echo COMPILATION_TARGET_PRUSTI
run: echo "COMPILATION_TARGET_PRUSTI is set to $COMPILATION_TARGET_PRUSTI"
- name: Set up the environment
Expand Down

0 comments on commit 560994a

Please sign in to comment.