Skip to content

Commit

Permalink
ci: try another one
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Nov 1, 2024
1 parent 406b1ab commit 46d60e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
update: true
install: mingw-w64-x86_64-gcc

- name: Build Project
if: ${{ matrix.os == 'windows-latest' }}
shell: bash
run: ls /

# Build step - uses appropriate compiler and args based on OS
- name: Build Project
shell: bash
Expand Down

0 comments on commit 46d60e7

Please sign in to comment.