switch submodule commit and revert workflow changes

This commit is contained in:
brooke 2025-03-17 14:17:10 -04:00
parent ac80772047
commit 7622d48c47
2 changed files with 9 additions and 8 deletions

View file

@ -10,6 +10,11 @@ on:
tags:
- "v*"
defaults:
run:
shell: bash
working-directory: ./lapdev
env:
GITHUB_TOKEN: ${{ secrets.PACKAGE_TOKEN }}
@ -17,15 +22,11 @@ jobs:
linux:
runs-on: rust-24.04
steps:
- name: checkout
run: |
git clone https://fung.uy/mycosystems/lapdev.git .
git submodule update --init --recursive
cd ./lapdev
git checkout 3cb1271fb3f92583bfedb2c6733a3157a224dbff
- name: actions/checkout@v4
with:
submodules: "recursive"
- name: Update toolchain
working-directory: ./lapdev
run: |
rustup update
rustup target add wasm32-unknown-unknown

2
lapdev

@ -1 +1 @@
Subproject commit d559020673ff9ffd73470eeafdcf14b1a163caa0
Subproject commit 3cb1271fb3f92583bfedb2c6733a3157a224dbff