update process for git checkout
This commit is contained in:
parent
af3655d0b5
commit
fca230cf38
1 changed files with 7 additions and 5 deletions
|
@ -22,12 +22,14 @@ jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: rust-24.04
|
runs-on: rust-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: checkout
|
||||||
with:
|
run: |
|
||||||
ref: '3cb1271fb3f92583bfedb2c6733a3157a224dbff'
|
git submodule update --init --recursive
|
||||||
submodules: "recursive"
|
cd ./lapdev
|
||||||
|
git checkout 3cb1271fb3f92583bfedb2c6733a3157a224dbff
|
||||||
|
|
||||||
- name: Update toolchain
|
- name: Update toolchain
|
||||||
|
working-directory: ./lapdev
|
||||||
run: |
|
run: |
|
||||||
rustup update
|
rustup update
|
||||||
rustup target add wasm32-unknown-unknown
|
rustup target add wasm32-unknown-unknown
|
||||||
|
|
Loading…
Add table
Reference in a new issue