Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 10, 2024
1 parent 76c2677 commit c381bcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cmake-mingw-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
shell: msys2 {0}
steps:
- uses: actions/checkout@v4

- name: Install dependencies on Windows
shell: bash
run: |
choco install -y jom nasm ccache
echo "PATH=$ENV:PATH;C:\Program Files\NASM" >> $ENV:GITHUB_ENV
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand All @@ -33,6 +36,8 @@ jobs:
gcc:p
make:p
ninja:p


- name: Configure CMake
run: >
Expand Down

0 comments on commit c381bcb

Please sign in to comment.