Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Dec 15, 2021
1 parent 20571e0 commit e641bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ jobs:
python-version: '3.x'
architecture: 'x64'
if: steps.angle.outputs.cache-hit != 'true'
- run: |
mkdir -p osx-angle-ci/artifacts
if: steps.angle.outputs.cache-hit != 'true'
- run: |
from subprocess import check_call as call
import shutil
Expand Down

0 comments on commit e641bdc

Please sign in to comment.