Skip to content

Commit

Permalink
update to v1.1.0 of common workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
  • Loading branch information
simongdavies committed Nov 12, 2024
1 parent 6114ae3 commit d041137
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: actions/checkout@v4

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CargoPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0
fetch-tags: true

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ValidatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
systeminfo
# Run this so we can use just targets in this workflow
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
echo "cat /etc/os-release"
cat /etc/os-release
- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_build_guest_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "1.81.0"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: hyperlight-dev/ci-setup-workflow@update-clang-install
- uses: hyperlight-dev/ci-setup-workflow@v1.1.0
with:
rust-toolchain: "nightly"
env:
Expand Down

0 comments on commit d041137

Please sign in to comment.