Skip to content

Commit

Permalink
fixup! CI: Update Ubuntu before building.
Browse files Browse the repository at this point in the history
  • Loading branch information
denschub committed May 25, 2024
1 parent 46786ce commit 2468c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Update system
run: apt-get update && apt-get upgrade -y
run: sudo apt-get update && sudo apt-get upgrade -y
- name: Update Rust
run: rustup update stable
- name: Build release artifacts
Expand Down

0 comments on commit 2468c9f

Please sign in to comment.