Skip to content

Commit 8679bc3

Browse files
committed
tweak3
1 parent 82a35f4 commit 8679bc3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deps.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Generate build info
5252
run: |
53-
./verify_deps.py generate \
53+
./deps/verify_deps.py generate \
5454
--deps-dir deps/linux \
5555
--platform linux \
5656
--commit ${{ github.sha }}
@@ -78,7 +78,6 @@ jobs:
7878
brew install automake
7979
brew install coreutils # for ffmpeg build
8080
brew install libtool
81-
python3 -m pip install --user --upgrade pip
8281
8382
- name: Build deps
8483
run: |
@@ -102,7 +101,7 @@ jobs:
102101
103102
- name: Generate build info
104103
run: |
105-
./verify_deps.py generate \
104+
./deps/verify_deps.py generate \
106105
--deps-dir deps/osx \
107106
--platform macos \
108107
--commit ${{ github.sha }}
@@ -147,11 +146,11 @@ jobs:
147146
148147
- name: Verify artifacts match checked-in deps
149148
run: |
150-
python3 ./verify_deps.py verify-artifact \
149+
python3 ./deps/verify_deps.py verify-artifact \
151150
--artifact deps-linux.tar.gz \
152151
--deps-dir deps/linux
153152
154-
python3 ./verify_deps.py verify-artifact \
153+
python3 ./deps/verify_deps.py verify-artifact \
155154
--artifact deps-macos.tar.gz \
156155
--deps-dir deps/osx
157156

0 commit comments

Comments
 (0)