Skip to content

Commit

Permalink
fixes to unit-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaappihullu committed Mar 1, 2024
1 parent c329251 commit c76ed19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
run: sudo xcode-select -switch /Applications/Xcode_15.0.1.app
- name: Checkout main repo and submodules
uses: actions/checkout@v3
- name: Set up repo for nonDRM build
run: exec ./scripts/setup-repo-nodrm.sh
env:
BUILD_CONTEXT: ci
with:
submodules: true
# token: ${{ secrets.CI_GITHUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit c76ed19

Please sign in to comment.