We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c456fe9 commit 3043333Copy full SHA for 3043333
2 files changed
.github/workflows/nomad-lint.yml
@@ -25,7 +25,8 @@ jobs:
25
steps:
26
- name: Prepare container
27
run: |
28
- xbps-install -Syu xbps && xbps-install -yu && xbps-install -y nomad
+ xbps-install -Syu xbps && xbps-install -y void-repo-nonfree && \
29
+ xbps-install -Syu && xbps-install -y nomad
30
31
- name: Checkout repo
32
uses: classabbyamp/treeless-checkout-action@v1
.github/workflows/terraform-lint.yml
- xbps-install -Syu xbps && xbps-install -yu && xbps-install -y terraform
0 commit comments