We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72acce3 commit 108789aCopy full SHA for 108789a
.github/workflows/rust.yml
@@ -57,7 +57,7 @@ jobs:
57
tests:
58
strategy:
59
matrix:
60
- os: ["ubuntu-20.04", "windows-2019"]
+ os: ["ubuntu-18.04", "windows-2019"]
61
fail-fast: false
62
runs-on: ${{ matrix.os }}
63
steps:
@@ -67,7 +67,7 @@ jobs:
67
toolchain: nightly
68
override: true
69
- name: Compile tests (Linux)
70
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.os == 'ubuntu-18.04'
71
run: |
72
rm -r .cargo
73
cd minion-tests
@@ -81,7 +81,7 @@ jobs:
81
rustup target add x86_64-pc-windows-gnu
82
cargo build -Zunstable-options --out-dir=../out --target=x86_64-pc-windows-gnu
83
- name: Run tests (Linux)
84
85
timeout-minutes: 3
86
87
# temp
0 commit comments