Skip to content

Commit

Permalink
CI: Fix STOML being removed by cache recreation [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 4, 2023
1 parent fac1fd3 commit 1f58d74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2021-2022 Robin Vobruba <[email protected]>
# SPDX-FileCopyrightText: 2021 - 2023 Robin Vobruba <[email protected]>
#
# SPDX-License-Identifier: Unlicense

Expand Down 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 1f58d74

Please sign in to comment.