parent
1cc79ec03f
commit
8753fb1832
|
@ -5,7 +5,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: rust:slim-bookworm
|
image: rust:slim-bookworm
|
||||||
steps:
|
steps:
|
||||||
- run: apt-get update -y && apt-get install -y nodejs
|
- run: apt-get update -y && apt-get install -y nodejs git
|
||||||
- run: cargo install trunk
|
- run: cargo install trunk
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- run: trunk build --release --public-url '.'
|
- run: trunk build --release --public-url '.'
|
||||||
|
|
Loading…
Reference in a new issue