File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : Generate build info
52
52
run : |
53
- ./verify_deps.py generate \
53
+ ./deps/ verify_deps.py generate \
54
54
--deps-dir deps/linux \
55
55
--platform linux \
56
56
--commit ${{ github.sha }}
78
78
brew install automake
79
79
brew install coreutils # for ffmpeg build
80
80
brew install libtool
81
- python3 -m pip install --user --upgrade pip
82
81
83
82
- name : Build deps
84
83
run : |
@@ -102,7 +101,7 @@ jobs:
102
101
103
102
- name : Generate build info
104
103
run : |
105
- ./verify_deps.py generate \
104
+ ./deps/ verify_deps.py generate \
106
105
--deps-dir deps/osx \
107
106
--platform macos \
108
107
--commit ${{ github.sha }}
@@ -147,11 +146,11 @@ jobs:
147
146
148
147
- name : Verify artifacts match checked-in deps
149
148
run : |
150
- python3 ./verify_deps.py verify-artifact \
149
+ python3 ./deps/ verify_deps.py verify-artifact \
151
150
--artifact deps-linux.tar.gz \
152
151
--deps-dir deps/linux
153
152
154
- python3 ./verify_deps.py verify-artifact \
153
+ python3 ./deps/ verify_deps.py verify-artifact \
155
154
--artifact deps-macos.tar.gz \
156
155
--deps-dir deps/osx
157
156
You can’t perform that action at this time.
0 commit comments