Skip to content

Commit

Permalink
Added make for MSYS2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 5, 2024
1 parent 027f6b1 commit 3475096
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,10 @@ jobs:
runs-on: windows-latest

env:
common_packages: gcc gcc-ada diffutils
msys2_packages: "make"
common_packages: "gcc:p gcc-ada:p diffutils:p"
mcode_packages: ""
llvm_packages: llvm clang
llvm_packages: "llvm:p clang:p"

strategy:
fail-fast: false
Expand All @@ -173,6 +174,7 @@ jobs:
with:
msystem: ${{ matrix.runtime }}
update: true
install: ${{ env.msys2_packages }}
pacboy: "${{ env.common_packages }} ${{ env.mcode_packages }} ${{ env.llvm_packages }}"

- name: ⏬ Checkout repository
Expand Down

0 comments on commit 3475096

Please sign in to comment.