switch submodule commit and revert workflow changes
This commit is contained in:
parent
ac80772047
commit
7622d48c47
2 changed files with 9 additions and 8 deletions
|
@ -10,6 +10,11 @@ on:
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
working-directory: ./lapdev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
|
||||||
|
@ -17,15 +22,11 @@ jobs:
|
||||||
linux:
|
linux:
|
||||||
runs-on: rust-24.04
|
runs-on: rust-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: actions/checkout@v4
|
||||||
run: |
|
with:
|
||||||
git clone https://fung.uy/mycosystems/lapdev.git .
|
submodules: "recursive"
|
||||||
git submodule update --init --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
|
||||||
|
|
2
lapdev
2
lapdev
|
@ -1 +1 @@
|
||||||
Subproject commit d559020673ff9ffd73470eeafdcf14b1a163caa0
|
Subproject commit 3cb1271fb3f92583bfedb2c6733a3157a224dbff
|
Loading…
Add table
Reference in a new issue