chore(actions): install node bfore running checkout
This commit is contained in:
parent
678180dbcd
commit
dc4e9bb9c8
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: rust:trixie
|
image: rust:trixie
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
|
||||||
|
|
||||||
- run: apt-get update && apt-get install -y sqlite3 nodejs
|
- run: apt-get update && apt-get install -y sqlite3 nodejs
|
||||||
|
|
||||||
|
- uses: actions/checkout@v6
|
||||||
- run: ./Taskfile _cargo build --release
|
- run: ./Taskfile _cargo build --release
|
||||||
- run: echo test | ./target/release/mascarpone set-password test
|
- run: echo test | ./target/release/mascarpone set-password test
|
||||||
- run: ./target/release/mascarpone set-ephemeral test true
|
- run: ./target/release/mascarpone set-ephemeral test true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue