Install missing tools for ubuntu-24.04

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-10-14 08:55:33 +02:00
parent 63a4e33807
commit 6237eacafd
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C

View File

@ -31,11 +31,13 @@ runs:
with:
service_account: "destroy-e2e@constellation-e2e.iam.gserviceaccount.com"
- name: Install 7zip
- name: Install tools
uses: ./.github/actions/setup_bazel_nix
with:
nixTools: |
_7zz
terraform
- name: Run cleanup
run: ./.github/actions/e2e_cleanup_timeframe/e2e-cleanup.sh
shell: bash