Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 authored Jan 23, 2024
1 parent a23439c commit d06584f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: Build with Make
working-directory: ./appC
run: make
Expand All @@ -25,6 +30,11 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: Build with Make
working-directory: ./appCpp
run: make
Expand Down

0 comments on commit d06584f

Please sign in to comment.