1
0
mirror of https://github.com/TaKO8Ki/gobang.git synced 2021-09-19 22:32:56 +03:00

nightly to stable (#63)

This commit is contained in:
Takayuki Maeda
2021-09-07 19:18:22 +09:00
committed by GitHub
parent 1437f71717
commit d8f35cb2a7

View File

@@ -26,23 +26,23 @@ jobs:
include:
- build: linux
os: ubuntu-18.04
rust: nightly
rust: stable
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-18.04
rust: nightly
rust: stable
target: arm-unknown-linux-gnueabihf
- build: macos
os: macos-latest
rust: nightly
rust: stable
target: x86_64-apple-darwin
- build: win-msvc
os: windows-2019
rust: nightly
rust: stable
target: x86_64-pc-windows-msvc
- build: win32-msvc
os: windows-2019
rust: nightly
rust: stable
target: i686-pc-windows-msvc
steps: