Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Nov 25, 2024
1 parent 84a81bb commit db8443a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
with:
platform: x64

- name: Install CMake
run: |
sudo apt-get update
sudo apt-get install -y cmake
- name: Build with MinGW
run: |
mkdir build
Expand Down

0 comments on commit db8443a

Please sign in to comment.