File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,17 @@ jobs:
4444 run : |
4545 sudo apt update
4646 sudo apt install -y --no-install-recommends pkg-config libcairo2-dev libxml2-dev
47+ - uses : actions/checkout@v4
48+ with :
49+ sparse-checkout : ' .github/workflows'
50+ sparse-checkout-cone-mode : false
4751 - name : Download tarball
4852 uses : actions/download-artifact@v3
4953 with :
5054 name : Tarball
5155 - name : Extract, build and check
52- run : $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
56+ run : |
57+ $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
5358 check-tarball-gh-macos-latest :
5459 name : Check tarball on GH macos-latest
5560 needs : build-tarball
@@ -59,12 +64,17 @@ jobs:
5964 run : |
6065 brew install pkg-config
6166 brew install cairo
67+ - uses : actions/checkout@v4
68+ with :
69+ sparse-checkout : ' .github/workflows'
70+ sparse-checkout-cone-mode : false
6271 - name : Download tarball
6372 uses : actions/download-artifact@v3
6473 with :
6574 name : Tarball
6675 - name : Extract, build and check
67- run : $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
76+ run : |
77+ $GITHUB_WORKSPACE/.github/workflows/job-1-check.sh hwloc-*.tar.gz
6878# check-tarball:
6979# name: Check tarball on GH runners
7080# needs: build-tarball
You can’t perform that action at this time.
0 commit comments