Skip to content

Commit

Permalink
ci(dagger): fix dagger-cue install
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Mar 3, 2024
1 parent 43aefcf commit 100f110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl
curl -L https://dl.dagger.io/dagger-cue/install.sh | VERSION=0.2.232 sh
curl -L https://dl.dagger.io/dagger-cue/install.sh | VERSION=0.2.3 sh
./bin/dagger-cue version
- name: Dagger project update
run: ./bin/dagger-cue project update
Expand Down

0 comments on commit 100f110

Please # to comment.