Skip to content

Commit

Permalink
yml stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbert committed Feb 16, 2024
1 parent c7409fa commit b7a4954
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-mameui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-windows-gcc:
runs-on: windows-latest
concurrency:
group: ci-${{ github.ref }}
group: ${{ github.ref }}
cancel-in-progress: true
defaults:
run:
Expand All @@ -20,10 +20,7 @@ jobs:
- name: Build
env:
MINGW64: "/mingw64"
OSD: "messui"
PTR64: "1"
CC: gcc-10
CXX: g++-10
run: make -j2 PTR64=1 OSD=messui DEPRECATED=0 SYMBOLS=0 NO_SYMBOLS=1
- name: Validate
run: ./mameui -validate
Expand Down

0 comments on commit b7a4954

Please sign in to comment.