Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
3481ec4
1
Parent(s):
7e6bc98
Update rust.yml
Browse files
.github/workflows/rust.yml
CHANGED
@@ -11,14 +11,11 @@ env:
|
|
11 |
|
12 |
jobs:
|
13 |
build:
|
14 |
-
runs-on:
|
15 |
-
# runs-on: ubuntu-latest
|
16 |
strategy:
|
17 |
matrix:
|
18 |
toolchain:
|
19 |
- stable
|
20 |
-
- beta
|
21 |
-
- nightly
|
22 |
|
23 |
steps:
|
24 |
- uses: actions/checkout@v3
|
|
|
11 |
|
12 |
jobs:
|
13 |
build:
|
14 |
+
runs-on: ubuntu-latest
|
|
|
15 |
strategy:
|
16 |
matrix:
|
17 |
toolchain:
|
18 |
- stable
|
|
|
|
|
19 |
|
20 |
steps:
|
21 |
- uses: actions/checkout@v3
|