Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Aug 16, 2023
1 parent 592dcab commit 6f0fbe8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
${{ runner.os }}-yarn-
- name: Install six
run: pip install six
run: |
ln -s $(which python3) /usr/local/bin/python
python3 -m pip install --upgrade pip
python3 -m pip install six
- name: Install NativeScript
run: |
Expand Down

0 comments on commit 6f0fbe8

Please sign in to comment.