Skip to content

Commit

Permalink
autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 16, 2024
1 parent e06d2a5 commit dbb01a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:

- uses: actions/checkout@v4

- run: ./autogen.sh

- name: Native compile
run: |
# When building a git snapshot, configure & compile a native version of GAP to
Expand All @@ -127,7 +129,7 @@ jobs:
cd ..
- name: Configure
run: ./autogen.sh && ./configure --host="s390x-linux-gnu"
run: ./configure --host="s390x-linux-gnu"

- name: Cross compile
run: make -j2 V=1
Expand Down

0 comments on commit dbb01a5

Please sign in to comment.