mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
Fix toolchain matrix
This commit is contained in:
parent
120c18a0b0
commit
c4fdedcefd
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -44,11 +44,11 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-gnu
|
||||
toolchain: stable-x86_64-unknown-linux-gnu
|
||||
- os: windows-latest
|
||||
target: x86_64-pc-windows-gnu
|
||||
toolchain: stable-x86_64-pc-windows-gnu
|
||||
- os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
toolchain: stable-x86_64-apple-darwin
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user