Skip to content

Commit 198a02f

Browse files
committed
make sure cargo is installed
1 parent a72cccd commit 198a02f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v1
12+
- name: Install latest stable
13+
uses: actions-rs/toolchain@v1
14+
with:
15+
toolchain: stable
16+
override: true
1217
- uses: actions-rs/cargo@v1
1318
with:
1419
command: build

0 commit comments

Comments
 (0)