Skip to content

Commit

Permalink
Set compiler to gcc again
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 authored Feb 16, 2021
1 parent 2f68ccb commit a3aa4e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,13 @@ jobs:

- name: Meson setup
run: meson setup builddir/
env:
CC: gcc

- name: Meson compile
run: meson compile -C builddir/ -v
env:
CC: gcc

- name: Release add build
id: release_build
Expand Down Expand Up @@ -104,9 +108,13 @@ jobs:

- name: Meson setup
run: meson setup builddir/
env:
CC: gcc

- name: Meson compile
run: meson compile -C builddir/ -v
env:
CC: gcc

- name: Release add build
id: release_build
Expand Down Expand Up @@ -137,9 +145,13 @@ jobs:

- name: Meson setup
run: meson setup builddir/
env:
CC: gcc

- name: Meson compile
run: meson compile -C builddir/ -v
env:
CC: gcc

- name: Release add build
id: release_build
Expand Down

0 comments on commit a3aa4e2

Please sign in to comment.