Skip to content

Commit

Permalink
GNU tar already installed on Mac OS runner, fix upload directive
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Sep 17, 2024
1 parent 51d1093 commit 97386c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install host sbcl
run: brew install sbcl gnu-tar
run: brew install sbcl
- name: build
run: |
./configure --with-lisp=sbcl --enable-distribution
Expand All @@ -24,5 +24,5 @@ jobs:
- name: save binary
uses: actions/upload-artifact@v4
with:
name: cafeobj-1.6.2-sbcl-x64Darwin.tar.gz cafeobj-1.6.2-sbcl-${{ matrix.arch }}-darwin.tar.gz
path: cafeobj-1.6.2-sbcl-${{ matrix.arch }}-darwin.tar.gz
name: cafeobj-1.6.2-sbcl-${{ matrix.arch }}-darwin.tar.gz
path: cafeobj-1.6.2-sbcl-x64Darwin.tar.gz

0 comments on commit 97386c6

Please sign in to comment.