Skip to content

Commit

Permalink
I guess something wrong was me.
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Sep 10, 2024
1 parent 529094f commit dddeaa8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,17 @@ jobs:
target: x86-64
suffix: no
lisp: sbcl-bin/2.2.9
os: freebsd
- release: 13.3
target: x86
suffix: no
lisp: sbcl-bin/2.2.9
os: freebsd
- release: 13.3
target: arm64
suffix: no
lisp: sbcl-bin/2.3.0
os: freebsd
environment: SET_VERSION

steps:
Expand Down Expand Up @@ -79,7 +82,7 @@ jobs:
environment_variables: VERSION CPU OS VARIANT LINKFLAGS CLISP_LDFLAGS CC GH_USER GH_REPO GITHUB_OAUTH_TOKEN
operating_system: ${{ matrix.os }}
architecture: ${{ matrix.target == 'x86' && 'x86-64' || matrix.target }}
version: freebsd
version: ${{ matrix.release }}
shell: bash
run: |
uname -a
Expand Down

0 comments on commit dddeaa8

Please sign in to comment.