File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919 with :
2020 submodules : true
21+ # - name: Fetch static-deps
22+ # run: ci_scripts/download-linux-static-deps.sh
2123 - name : Fetch static-deps
22- run : ci_scripts/download-linux-static-deps.sh
24+ uses : dawidd6/action-download-artifact@v3
25+ with :
26+ github_token : ${{ secrets.GITHUB_TOKEN }}
27+ repo : DeaDBeeF-Player/deadbeef-staticdeps
28+ workflow : linuxbuild.yml
29+ name : ddb-static-deps-latest.tar.bz2
30+ branch : master
31+ - name : Unpack static-deps
32+ run : |
33+ mkdir -p static-deps
34+ tar jxf ddb-static-deps-latest.tar.bz2 -C static-deps
2335 - name : Run Tests
2436 run : scripts/test.sh
2537 - name : Build for Linux
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v4
1919 with :
2020 submodules : true
21+ # - name: Fetch static-deps
22+ # run: ci_scripts/download-linux-static-deps.sh
2123 - name : Fetch static-deps
22- run : ci_scripts/download-linux-static-deps.sh
24+ uses : dawidd6/action-download-artifact@v3
25+ with :
26+ github_token : ${{ secrets.GITHUB_TOKEN }}
27+ repo : DeaDBeeF-Player/deadbeef-staticdeps
28+ workflow : linuxbuild.yml
29+ name : ddb-static-deps-latest.tar.bz2
30+ branch : master
31+ - name : Unpack static-deps
32+ run : |
33+ mkdir -p static-deps
34+ tar jxf ddb-static-deps-latest.tar.bz2 -C static-deps
2335 - name : Run Tests
2436 run : scripts/test.sh
2537 - name : Build for Linux
You can’t perform that action at this time.
0 commit comments