Skip to content

Commit

Permalink
Update compile-code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharifnasab authored Feb 2, 2024
1 parent a40cbc9 commit 3c67cb6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/compile-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,3 @@ jobs:
run: cc -Wall -Wextra -Werror -pedantic sample1.c
- name: build2
run: cc -Wall -Wextra -Werror -pedantic sample2.c
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: setup gcc
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- name: build1
run: cc -Wall -Wextra -Werror -pedantic sample1.c
- name: build2
run: cc -Wall -Wextra -Werror -pedantic sample2.c



0 comments on commit 3c67cb6

Please sign in to comment.