Skip to content

Commit

Permalink
CI: Update XBPS before updating Void Linux itself
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Reichl <thetredev@gmail.com>
  • Loading branch information
thetredev committed Jan 27, 2024
1 parent d840460 commit ed2ee51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:testcontainer
steps:
- name: Update Void Linux system
run: xbps-install -Syu
run: xbps-install -Syu xbps && xbps-install -yu

- name: Check out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
image: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:testcontainer
steps:
- name: Update Void Linux system
run: xbps-install -Syu
run: xbps-install -Syu xbps && xbps-install -yu

- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit ed2ee51

Please sign in to comment.