Skip to content

Commit

Permalink
ci: fix swift shader build (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpet committed Oct 15, 2023
1 parent e728a1f commit 1b3b025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-swiftshader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-latest, windows-2019]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: false
- name: Setup Ninja
uses: ./.github/actions/setup-ninja
- name: Fetch sources
Expand Down

0 comments on commit 1b3b025

Please sign in to comment.