mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-10 18:03:06 +00:00
Bring back gcc just for ubuntu and windows
This commit is contained in:
parent
4edc5cc70f
commit
4347952735
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -22,6 +22,12 @@ jobs:
|
||||
toolchain: stable-x86_64-apple-darwin
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Set up GCC
|
||||
if: ${{ matrix.os }} != "macos-latest"
|
||||
uses: egor-tensin/setup-gcc@v1
|
||||
with:
|
||||
version: latest
|
||||
platform: x64
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
@ -51,6 +57,12 @@ jobs:
|
||||
toolchain: stable-x86_64-apple-darwin
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Set up GCC
|
||||
if: ${{ matrix.os }} != "macos-latest"
|
||||
uses: egor-tensin/setup-gcc@v1
|
||||
with:
|
||||
version: latest
|
||||
platform: x64
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user