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 de7ec37 commit 6375d48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[target.x86_64-apple-darwin]
linker = "x86_64-apple-darwin14-clang"
ar = "x86_64-apple-darwin14-ar"
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 -y upgrade &&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 mingw-w64
export PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-gnu/pkgconfig
# pkg-config --variable pc_path pkg-config
- name: Build target
Expand Down

0 comments on commit 6375d48

Please sign in to comment.