Skip to content

Commit

Permalink
fix skia link
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Terzero committed Jan 23, 2023
1 parent ab4b075 commit 0ea8d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aseprite_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Download Skia if not in cache
if: steps.skia-cache.outputs.cache-hit != 'true'
run: |
curl -o Skia-${{ runner.os }}-Release-X64.zip -L https://github.com/aseprite/skia/releases/download/m102-861e4743af/Skia-${{ runner.os }}-Release-x64.zip
curl -o Skia-${{ runner.os }}-Release-X64.zip -L https://github.com/aseprite/skia/releases/download/m102-861e4743af/Skia-${{ runner.os }}-Release-x64-libstdc++.zip
unzip Skia-${{ runner.os }}-Release-X64.zip -d skia
- name: Download Aseprite release
run: |
Expand Down

0 comments on commit 0ea8d28

Please sign in to comment.