Skip to content

Commit b7a4954

Browse files
committed
yml stuff
1 parent c7409fa commit b7a4954

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci-mameui.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-windows-gcc:
88
runs-on: windows-latest
99
concurrency:
10-
group: ci-${{ github.ref }}
10+
group: ${{ github.ref }}
1111
cancel-in-progress: true
1212
defaults:
1313
run:
@@ -20,10 +20,7 @@ jobs:
2020
- name: Build
2121
env:
2222
MINGW64: "/mingw64"
23-
OSD: "messui"
2423
PTR64: "1"
25-
CC: gcc-10
26-
CXX: g++-10
2724
run: make -j2 PTR64=1 OSD=messui DEPRECATED=0 SYMBOLS=0 NO_SYMBOLS=1
2825
- name: Validate
2926
run: ./mameui -validate

0 commit comments

Comments
 (0)