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 46d60e7 commit e6739ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-args: -static
- os: windows-latest
extension: .exe
compiler: /d/a/_temp/msys64/mingw64/bin/g++
compiler: /mingw64/bin/g++
build-args: -static
- os: macos-latest
compiler: g++
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build Project
if: ${{ matrix.os == 'windows-latest' }}
shell: bash
run: ls /
run: ls /mingw64/bin/

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

0 comments on commit e6739ba

Please sign in to comment.