Skip to content

Commit

Permalink
Merge pull request #4 from skidder/skidder/tweak-3
Browse files Browse the repository at this point in the history
tweak3
  • Loading branch information
skidder authored Nov 2, 2024
2 parents 82a35f4 + 8679bc3 commit 2cf9288
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Generate build info
run: |
./verify_deps.py generate \
./deps/verify_deps.py generate \
--deps-dir deps/linux \
--platform linux \
--commit ${{ github.sha }}
Expand Down Expand Up @@ -78,7 +78,6 @@ jobs:
brew install automake
brew install coreutils # for ffmpeg build
brew install libtool
python3 -m pip install --user --upgrade pip
- name: Build deps
run: |
Expand All @@ -102,7 +101,7 @@ jobs:
- name: Generate build info
run: |
./verify_deps.py generate \
./deps/verify_deps.py generate \
--deps-dir deps/osx \
--platform macos \
--commit ${{ github.sha }}
Expand Down Expand Up @@ -147,11 +146,11 @@ jobs:
- name: Verify artifacts match checked-in deps
run: |
python3 ./verify_deps.py verify-artifact \
python3 ./deps/verify_deps.py verify-artifact \
--artifact deps-linux.tar.gz \
--deps-dir deps/linux
python3 ./verify_deps.py verify-artifact \
python3 ./deps/verify_deps.py verify-artifact \
--artifact deps-macos.tar.gz \
--deps-dir deps/osx
Expand Down

0 comments on commit 2cf9288

Please sign in to comment.