Skip to content

Commit

Permalink
Update build_and_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
a1393323447 authored Dec 20, 2024
1 parent 673a315 commit 23dcf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Aseprite
shell: bash
run: |
git clone --recurse-submodules -j8 -branch ${{ steps.aseprite-link.outputs.release-tag }} https://github.com/aseprite/aseprite
git clone --recurse-submodules -j8 -branch ${{ needs.fetch-aseprite-info.outputs.release-tag }} https://github.com/aseprite/aseprite
- name: Install Skia
shell: bash
run: |
Expand Down

0 comments on commit 23dcf7d

Please sign in to comment.