Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcolombo committed Jun 7, 2023
1 parent 411c404 commit 78e695b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
go-version: 1.18

- name: Setup Kurtosis repo
run: apt update && apt install sudo && echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
run: echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list

- name: Install Kurtosis
run: apt install kurtosis-cli
run: sudo apt-get update && sudo apt-get install -y kurtosis-cli

- name: Build docker image
run: make clean && make build-docker-node
Expand Down

0 comments on commit 78e695b

Please sign in to comment.