Skip to content

Commit

Permalink
fix: bad env for github runner
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-semenov committed Apr 15, 2024
1 parent 4940ff3 commit 4df0e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: vagrant --version

- name: Run vagrant up & provision
run: vagrant up --provision
run: VER=23.11 vagrant up --provision

- name: Auto-commit changes
uses: stefanzweifel/[email protected]
Expand Down

0 comments on commit 4df0e32

Please sign in to comment.