Skip to content

Commit d291b68

Browse files
Install vdev in actions
1 parent e1f643c commit d291b68

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/workflows/integration.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ jobs:
8888
with:
8989
submodules: "recursive"
9090

91+
- uses: ./.github/actions/setup
92+
with:
93+
vdev: true
94+
mold: false
95+
cargo-cache: false
96+
9197
- name: Download JSON artifact from changes.yml
9298
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
9399
if: github.event_name == 'merge_group'
@@ -150,6 +156,12 @@ jobs:
150156
with:
151157
submodules: "recursive"
152158

159+
- uses: ./.github/actions/setup
160+
with:
161+
vdev: true
162+
mold: false
163+
cargo-cache: false
164+
153165
- name: Download JSON artifact from changes.yml
154166
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
155167
if: github.event_name == 'merge_group'

.github/workflows/k8s_e2e.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ jobs:
175175
with:
176176
ref: ${{ inputs.ref }}
177177

178+
- uses: ./.github/actions/setup
179+
with:
180+
vdev: true
181+
mold: false
182+
cargo-cache: false
183+
178184
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
179185
with:
180186
name: e2e-test-deb-package

0 commit comments

Comments
 (0)