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

This commit is contained in:
Jean-Marie Mineau 2024-03-13 17:32:04 +01:00
parent d1e4b10c10
commit 6a18566e59
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -9,7 +9,7 @@ jobs:
- 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