Skip to content

Commit

Permalink
Tiny change.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsk569937453 committed May 8, 2023
1 parent 8c5f5a2 commit 09a6d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install Dependencies
shell: bash
run: |
sudo apt update &&sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
sudo apt update &&sudo apt -y upgrade &&sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
- name: Build target
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 09a6d41

Please sign in to comment.