Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Jun 7, 2024
1 parent e0a6378 commit f1b145c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-native-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Install nox
run: |
pip3 --break-system-packages install nox
pip3 install nox
- name: Uninstall gettext
run: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:

- name: Install nox
run: |
pip3 --break-system-packages install nox
brew install nox
- name: Uninstall gettext
run: |
Expand Down

0 comments on commit f1b145c

Please sign in to comment.