parent
1cc79ec03f
commit
8753fb1832
|
@ -5,7 +5,7 @@ jobs:
|
|||
container:
|
||||
image: rust:slim-bookworm
|
||||
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
|
||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- run: trunk build --release --public-url '.'
|
||||
|
|
Loading…
Reference in a new issue