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:
|
||||
runs-on: rust-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: '3cb1271fb3f92583bfedb2c6733a3157a224dbff'
|
||||
submodules: "recursive"
|
||||
|
||||
- name: checkout
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
cd ./lapdev
|
||||
git checkout 3cb1271fb3f92583bfedb2c6733a3157a224dbff
|
||||
|
||||
- name: Update toolchain
|
||||
working-directory: ./lapdev
|
||||
run: |
|
||||
rustup update
|
||||
rustup target add wasm32-unknown-unknown
|
||||
|
|
Loading…
Add table
Reference in a new issue