File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,11 @@ jobs:
20
20
toolchain : [1.63.0, stable, beta, nightly]
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : Install toolchain
25
25
uses : dtolnay/rust-toolchain@master
26
26
with :
27
27
toolchain : ${{ matrix.toolchain }}
28
- - uses : maxim-lobanov/setup-xcode@v1
29
- if : ${{ matrix.os == 'macos-latest' && matrix.toolchain == '1.48.0' }}
30
- with :
31
- xcode-version : 13
32
28
- name : Cargo build
33
29
run : cargo build
34
30
41
37
toolchain : [1.63.0, stable, beta, nightly]
42
38
steps :
43
39
- name : Checkout repository
44
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
45
41
- name : Install toolchain and targets
46
42
uses : dtolnay/rust-toolchain@master
47
43
with :
57
53
runs-on : ubuntu-latest
58
54
steps :
59
55
- name : Checkout repository
60
- uses : actions/checkout@v3
56
+ uses : actions/checkout@v4
61
57
- name : Install toolchain
62
58
uses : dtolnay/rust-toolchain@stable
63
59
- name : Install faketty
You can’t perform that action at this time.
0 commit comments