Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: hyperlight-dev/ci-setup-workflow@v1.5.0
- uses: hyperlight-dev/ci-setup-workflow@v1.6.0
with:
rust-toolchain: "1.86.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0
# Ensures just is installed using setup wokflow to ensure just version consistency
- name: Hyperlight setup
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
uses: hyperlight-dev/ci-setup-workflow@v1.6.0
with:
rust-toolchain: "1.86.0"
- name: Verify vendor.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_build_wasm_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Remove default clang
run: sudo rm /usr/bin/clang
- name: Hyperlight setup workflow
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
uses: hyperlight-dev/ci-setup-workflow@v1.6.0
with:
rust-toolchain: "1.86.0"
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_cargo_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-tags: true

- name: Hyperlight setup
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
uses: hyperlight-dev/ci-setup-workflow@v1.6.0
with:
rust-toolchain: "1.86.0"

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 @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4

- name: Hyperlight setup
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
uses: hyperlight-dev/ci-setup-workflow@v1.6.0
with:
rust-toolchain: "1.86.0"

Expand Down