We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b3659 commit 91b71dfCopy full SHA for 91b71df
.github/workflows/update.yml
@@ -14,16 +14,16 @@ jobs:
14
run: |
15
sudo apt-get install openssh-client python3-setuptools
16
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
21
22
23
repository: JinnLynn/genpac
24
path: genpac
25
26
27
28
repository: gfwlist/gfwlist
29
path: gfwlist
@@ -34,8 +34,7 @@ jobs:
34
35
- run: |
36
cd genpac
37
- sed 's/from collections import Callable/from collections.abc import Callable/g' -i $(grep 'from collections import Callable' . -rIl)
38
- sudo python3 setup.py install
+ sudo pip install .
39
40
- name: Update
41
0 commit comments