Skip to content

Commit

Permalink
dumbass
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Jan 8, 2024
1 parent 2fd85f9 commit e863d14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ jobs:

steps:
- 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: Run make
run: make

- name: Use the Upload Artifact GitHub Action
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e863d14

Please sign in to comment.