We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfaf389 commit 31aa02aCopy full SHA for 31aa02a
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
build:
16
strategy:
17
matrix:
18
- platform: [ubuntu-latest] #, macos-latest, windows-latest]
+ platform: [ubuntu-latest, macos-latest, windows-latest]
19
runs-on: ${{ matrix.platform }}
20
permissions:
21
contents: read
@@ -49,6 +49,7 @@ jobs:
49
# svn --version # Verify installation
50
51
- name: ccache
52
+ if: matrix.platform == 'ubuntu-latest'
53
uses: hendrikmuhs/ccache-action@30ae3502c7f2d3200209bf2f90eccef2357896cf # v1.2
54
with:
55
key: ${{ github.job }}-${{ matrix.platform }}
@@ -84,7 +85,7 @@ jobs:
84
85
name: binary-distribution
86
path: .
87
- - run: ln -sf $(ls dfetch-*) dfetch
88
+ - run: ln -sf $(ls dfetch-*-x86_64) dfetch
89
- run: chmod +x dfetch
90
- run: ls -la .
91
- run: ./dfetch init
0 commit comments