Use correct case

This commit is contained in:
Jasmine Iwanek
2022-12-29 21:59:28 -05:00
parent a2568a6fea
commit 4e0f10969f

View File

@@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
run: >- run: >-
make -fwin/makefile.mingw -j make -fwin/Makefile.mingw -j
DEV_BUILD=${{ matrix.build.dev }} DEV_BUILD=${{ matrix.build.dev }}
DEBUG=${{ matrix.build.debug }} DEBUG=${{ matrix.build.debug }}
NEW_DYNAREC=${{ matrix.dynarec.new }} NEW_DYNAREC=${{ matrix.dynarec.new }}