Skip to content

Commit

Permalink
no more
Browse files Browse the repository at this point in the history
  • Loading branch information
krystalgamer committed Nov 9, 2023
1 parent d3b1051 commit 5c9b2f9
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions .github/workflows/c-cpp.yml
Expand Up @@ -7,12 +7,9 @@ on:
branches: [ "master" ]

jobs:
build:
build-texture_loader:

runs-on: windows-2022
defaults:
run:
shell: msys2 {0}
steps:
- uses: ilammy/setup-nasm@v1.4.0
- uses: microsoft/setup-msbuild@v1.1
Expand All @@ -22,16 +19,12 @@ jobs:
run: |
nasm hooks.s -f win -o hooks.obj
msbuild /p:Platform=x86 /p:Configuration=Release
shell: cmd
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
update: true
cache: true
install: mingw-w64-i686-gcc mingw-w64-i686-make
- name: Build pkr_extractor
working-directory: ./pkr_extractor
run: mingw32-make
- name: Prepare output
run: |
mdkir output
cp texture_loader\Release\texture_loader output\binkw32.dll
cp texture_loader\sm2000.json output\.
- uses: actions/upload-artifact@v3
with:
path: texture_loader
path: output
name: texture_loader

0 comments on commit 5c9b2f9

Please sign in to comment.