fix: specify github source for actions-rs
This commit is contained in:
parent
4e3325e422
commit
1bf9865062
2 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@ jobs:
|
||||||
echo "PKG_CONFIG_SYSROOT_DIR=/usr/${{ matrix.triple }}" >> $GITHUB_ENV
|
echo "PKG_CONFIG_SYSROOT_DIR=/usr/${{ matrix.triple }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: 🦀 Install Rust target
|
- name: 🦀 Install Rust target
|
||||||
uses: actions-rs/toolchain@v1
|
uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: 🏗️ Build
|
- name: 🏗️ Build
|
||||||
uses: actions-rs/cargo@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --target ${{ matrix.target }}
|
args: --release --target ${{ matrix.target }}
|
||||||
|
|
0
main.rs
0
main.rs
Loading…
Add table
Add a link
Reference in a new issue