Skip to content

Commit

Permalink
windows perl tryout
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Oct 24, 2024
1 parent b94adbb commit 72b4261
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 @@ -36,7 +36,7 @@ jobs:
if: matrix.os == 'windows-latest'
# there is not yet an environment variable for this path from msys2/setup-msys2
# We need this to get a gcc 11.2 that is new enough to compile the reference FMU3
run: echo "C:\msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
run: echo "C:\msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Prepend

- uses: actions/checkout@v4
if: matrix.os == 'ubuntu-22.04'
Expand Down

0 comments on commit 72b4261

Please sign in to comment.