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 74fb669 commit d21970e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
run: |
git clone --recurse-submodules -j8 https://github.com/aseprite/aseprite
- name: Install Skia
working-directory: aseprite
shell: bash
run: |
if [[ "${{ runner.os }}" == "Windows" ]] ; then
Expand All @@ -90,7 +91,7 @@ jobs:
run: |
export enable_ccache=off
export laf_backend=skia
export enable_scripting=on
export enable_scripting=off
if [[ "${{ runner.os }}" == "macOS" ]] ; then
export skia_arch=arm64
Expand All @@ -106,7 +107,7 @@ jobs:
-DENABLE_CCACHE=$enable_ccache \
-DLAF_BACKEND=$laf_backend \
-DSKIA_DIR=skia \
-DSKIA_LIBRARY_DIR=../skia/out/Release-$skia_arch
-DSKIA_LIBRARY_DIR=skia/out/Release-$skia_arch
- name: Compiling
shell: bash
working-directory: aseprite
Expand Down

0 comments on commit d21970e

Please sign in to comment.