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 72b4261 commit 350b1ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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 -Prepend
run: echo "C:\msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- uses: actions/checkout@v4
if: matrix.os == 'ubuntu-22.04'
Expand Down Expand Up @@ -102,9 +102,9 @@ jobs:

- name: Build Windows
if: matrix.os == 'windows-latest'
shell: bash
shell: C:\msys64\mingw64\bin\bash.exe
run: |
cpan -i Locale::CPAN::Author
cpan -i Locale::Maketext::Simple
cpan App::cpanminus
cpanm --installdeps Locale::Maketext::Simple
./scripts/_build_base.sh win-x64 win-x86_64
Expand Down

0 comments on commit 350b1ca

Please sign in to comment.