fix
Some checks failed
/ test_checkout (push) Failing after 45s

This commit is contained in:
Jean-Marie Mineau 2024-03-13 17:29:39 +01:00
parent 8753fb1832
commit d1e4b10c10
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -5,10 +5,11 @@ jobs:
container:
image: rust:slim-bookworm
steps:
- run: apt-get update -y && apt-get install -y nodejs git
- run: cargo install trunk
- 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: rustup target add wasm32-unknown-unknown
- uses: https://code.forgejo.org/actions/checkout@v3
- run: trunk build --release --public-url '.'
- run: ./trunk build --release --public-url '.'
- run: |
cd dist
git init