Skip to content

Commit

Permalink
ci: setup bazel and nix toolchains before merging os image measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 authored and 3u13r committed Oct 17, 2023
1 parent 2d8e743 commit 10b47c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-os-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,10 @@ jobs:
with:
ref: ${{ inputs.ref || github.head_ref }}

- uses: ./.github/actions/setup_bazel_nix
with:
useCache: "false"

- name: Download measurements
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
Expand Down

0 comments on commit 10b47c5

Please sign in to comment.