We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5391cc9 commit aa182a0Copy full SHA for aa182a0
1 file changed
.github/workflows/backend.yml
@@ -25,11 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
27
- name: Setup Rust
28
- uses: actions-rs/toolchain@v1
29
- with:
30
- profile: minimal
31
- toolchain: stable
32
- override: true
+ uses: dtolnay/rust-toolchain@stable
33
34
- name: Cache Rust dependencies
35
uses: actions/cache@v3
@@ -90,12 +86,10 @@ jobs:
90
86
91
87
92
88
93
89
94
with:
95
96
toolchain: stable
97
- target: ${{ matrix.target.target }}
98
+ targets: ${{ matrix.target.target }}
99
100
- name: Install cross compile tools (Linux ARM64 only)
101
if: matrix.target.target == 'aarch64-unknown-linux-gnu'
0 commit comments