Skip to content

Commit

Permalink
Merge pull request #831 from awslabs/dependabot/github_actions/seanmi…
Browse files Browse the repository at this point in the history
…ddleditch/gha-setup-ninja-5

build(deps): bump seanmiddleditch/gha-setup-ninja from 4 to 5
  • Loading branch information
jpculp authored Dec 31, 2024
2 parents b47a391 + 02e6daf commit 4849410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ hashFiles('.github/cache_bust') }}-${{ runner.os }}-${{ matrix.make_target }}
- uses: ilammy/setup-nasm@v1 # requirement for windows FIPS builds
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v4
uses: seanmiddleditch/gha-setup-ninja@v5
# print the current rustc. replace stable to pin to a specific toolchain version.
- run: rustup default stable
- run: rustup component add rustfmt
Expand Down

0 comments on commit 4849410

Please sign in to comment.