Skip to content

Commit 31aa02a

Browse files
committed
Build binaries on windows & macos
1 parent cfaf389 commit 31aa02a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
strategy:
1717
matrix:
18-
platform: [ubuntu-latest] #, macos-latest, windows-latest]
18+
platform: [ubuntu-latest, macos-latest, windows-latest]
1919
runs-on: ${{ matrix.platform }}
2020
permissions:
2121
contents: read
@@ -49,6 +49,7 @@ jobs:
4949
# svn --version # Verify installation
5050

5151
- name: ccache
52+
if: matrix.platform == 'ubuntu-latest'
5253
uses: hendrikmuhs/ccache-action@30ae3502c7f2d3200209bf2f90eccef2357896cf # v1.2
5354
with:
5455
key: ${{ github.job }}-${{ matrix.platform }}
@@ -84,7 +85,7 @@ jobs:
8485
name: binary-distribution
8586
path: .
8687

87-
- run: ln -sf $(ls dfetch-*) dfetch
88+
- run: ln -sf $(ls dfetch-*-x86_64) dfetch
8889
- run: chmod +x dfetch
8990
- run: ls -la .
9091
- run: ./dfetch init

0 commit comments

Comments
 (0)