Skip to content

Commit

Permalink
fix typo, confused distutils and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd authored Jan 3, 2024
1 parent 7516b9f commit e0b0dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-rel-ios.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build WebExtension
name: Build Safari Extension
on:
push:
branches: ["main", "ios-ci"]
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:
cache: "yarn"
- name: Install dependencies
run: |
pip3 install distutils
pip3 install setuptools
yarn install --immutable
- name: Build webextension
run: yarn run wp-build --env BROWSER=safari
Expand Down

0 comments on commit e0b0dfa

Please sign in to comment.