Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 committed Apr 23, 2024
1 parent 0a7c2c1 commit 63d921b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
run: |
sudo apt-get -y update
sudo apt-get install -y resvg
# I hate Ubuntu https://packages.ubuntu.com/jammy/amd64/resvg/filelist
mkdir bin
ln -s /usr/bin/rendersvg ./bin/resvg
- name: build
run: |
./build.sh
PATH="./bin/:$PATH" ./build.sh
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
run: |
sudo apt-get -y update
sudo apt-get install -y resvg
# I hate Ubuntu https://packages.ubuntu.com/jammy/amd64/resvg/filelist
mkdir bin
ln -s /usr/bin/rendersvg ./bin/resvg
- name: build
run: |
./build.sh
PATH="./bin/:$PATH" ./build.sh
- name: pre-release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 63d921b

Please sign in to comment.