fix
Some checks failed
/ test_checkout (push) Failing after 2m11s

This commit is contained in:
Jean-Marie Mineau 2024-03-13 17:35:57 +01:00
parent 6a18566e59
commit 51b0e1519a
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -6,10 +6,14 @@ jobs:
image: rust:slim-bookworm
steps:
- run: apt-get update -y && apt-get install -y nodejs git curl
- run: curl -L https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- run: |
curl -L https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
mv trunk /
- run: rustup target add wasm32-unknown-unknown
- uses: https://code.forgejo.org/actions/checkout@v3
- run: /trunk build --release --public-url '.'
- run: |
ls /trunk
/trunk build --release --public-url '.'
- run: |
cd dist
git init