Skip to content

Commit

Permalink
CI: Fix Distrobox to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Mar 27, 2024
1 parent a0a782f commit f3cfe62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install test dependencies
run: |
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
curl -s https://raw.githubusercontent.com/89luca89/distrobox/1.6.0/install | sudo sh
./utils/create_test_env.sh
- name: Test
Expand Down

0 comments on commit f3cfe62

Please sign in to comment.