Skip to content

Commit

Permalink
CI: build: Ensures STOML is installed, even after cache restoration […
Browse files Browse the repository at this point in the history
…fix]
  • Loading branch information
hoijui committed Dec 4, 2023
1 parent 2107e9a commit a0f3ea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: "Smart caching for rust/cargo"
uses: Swatinem/rust-cache@v2

- name: "Install STOML (BASH TOML parser) *again*, because the cache recreation above might have removed it"
run: scripts/install_stoml

- name: "Build"
run: scripts/build

Expand Down

0 comments on commit a0f3ea6

Please sign in to comment.