Skip to content

Commit

Permalink
Update workflow to hopefully work
Browse files Browse the repository at this point in the history
  • Loading branch information
Dudejoe870 authored Apr 3, 2024
1 parent 25c6fff commit 12b4256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
push:
branches: [ $default-branch ]
pull_request:
Expand All @@ -10,9 +11,7 @@ jobs:
strategy:
matrix:
build-type: [Release, Debug]
compilers:
- { cc: "gcc", cxx: "g++", mingw: 'false' }
- { cc: "x86_64-w64-mingw32-gcc", cxx: "x86_64-w64-mingw32-g++", mingw: 'true' }
compilers: [ { cc: "gcc", cxx: "g++", mingw: 'false' }, { cc: "x86_64-w64-mingw32-gcc", cxx: "x86_64-w64-mingw32-g++", mingw: 'true' } ]
steps:
- name: Checkout Repository
uses: actions/[email protected]
Expand Down Expand Up @@ -78,3 +77,4 @@ jobs:
uses: actions/[email protected]
with:
path: ${{ github.workspace }}/addons
name: godot-openmpt-addon

0 comments on commit 12b4256

Please sign in to comment.