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 7934503 commit 8c933f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
run: |
sudo apt update &&sudo apt -y upgrade &&sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
env
cd /usr
list
cd lib
list
cd x86_64-linux-gnu
list
- name: Build target
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 8c933f0

Please sign in to comment.