Skip to content

Commit

Permalink
edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Jan 8, 2024
1 parent fcb99ef commit e127d82
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
- uses: actions/checkout@v3
- name: Run make
run: make


- name: Set up MinGW 32 bit
uses: egor-tensin/setup-mingw@v2
with:
platform: x86
version: 12.2.0

- name: Use the Upload Artifact GitHub Action
uses: actions/upload-artifact@v2
with:
Expand All @@ -29,8 +35,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install dependencies libasound2-dev libpulse-dev
run: sudo apt-get install -y libasound2-dev libpulse-dev
- name: Install dependencies: libsdl2-dev
run: sudo apt-get install -y libsdl2-dev

- name: Run make
run: make
Expand Down

0 comments on commit e127d82

Please sign in to comment.