Skip to content

Commit 62831a4

Browse files
committed
Update rust toolchain and remove cargo xbuild
1 parent ce5181e commit 62831a4

File tree

9 files changed

+133
-126
lines changed

9 files changed

+133
-126
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
fmt:
77
runs-on: ubuntu-18.04
88
container:
9-
image: adamschwalm/hypervisor-build:9
9+
image: adamschwalm/hypervisor-build:10
1010
options: "-u 0:0"
1111
steps:
1212
- uses: actions/checkout@v1
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-18.04
1818
needs: fmt
1919
container:
20-
image: adamschwalm/hypervisor-build:9
20+
image: adamschwalm/hypervisor-build:10
2121
options: "-u 0:0"
2222
steps:
2323
- uses: actions/checkout@v1
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-18.04
2929
needs: fmt
3030
container:
31-
image: adamschwalm/hypervisor-build:9
31+
image: adamschwalm/hypervisor-build:10
3232
options: "-u 0:0"
3333
steps:
3434
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)