Skip to content

Commit

Permalink
Enable gnustep-base in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Nov 9, 2023
1 parent eb8da02 commit 9b570fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive

- name: Build gnustep-base
run: |
./cmd/main.sh --release bookworm --architecture ${{ matrix.architecture }} -w -o gnustep-base
env:
DEBIAN_FRONTEND: noninteractive

- name: Archive Packages
run: |
cd build/debian
Expand Down

0 comments on commit 9b570fb

Please sign in to comment.