Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 9, 2024
1 parent c67e4ef commit 1ab11e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
shell: bash

steps:
- uses: actions/checkout@v4

- uses: msys2/setup-msys2@v2
id: msys2
with:
Expand All @@ -24,6 +26,7 @@ jobs:
- name: "Build skia"
run: |
"${{ steps.msys2.outputs.msys2-location }}/mingw64/bin/clang" --version
cd skia_repo
python3 tools/git-sync-deps
python3 bin/fetch-ninja
Expand Down

0 comments on commit 1ab11e6

Please sign in to comment.