Skip to content

Commit 19a4d91

Browse files
authored
Merge pull request #11 from SimonThalvorsen/main
Fix workflow to match correct package: nova-hub -> community
2 parents ca53225 + a06af17 commit 19a4d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-syntax-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install cfengine
3535
run: |
3636
cf-remote --version master download --edition community ubuntu24 amd64 hub
37-
sudo dpkg -i ~/.cfengine/cf-remote/packages/cfengine-nova-hub*.deb
37+
sudo dpkg -i ~/.cfengine/cf-remote/packages/cfengine-community*.deb
3838
3939
- name: Extract new syntax-description
4040
run: |

0 commit comments

Comments
 (0)