Skip to content

Commit

Permalink
ci: try using ccache in os/ jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Sep 17, 2024
1 parent 1b11fdc commit 85de206
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
run: |
apk add build-base autoconf automake libtool
shell: alpine.sh --root {0}
- name: "Setup ccache . . ."
uses: Chocobo1/setup-ccache-action@v1
with:
update_packager_index: false
install_ccache: true
- name: "Configure . . ."
run: ./autogen.sh && ./configure
- name: "Build libsemigroups . . ."
Expand All @@ -43,6 +48,12 @@ jobs:
steps:
- uses: gap-actions/setup-cygwin@v1
- uses: actions/checkout@v3
- name: "Setup ccache . . ."
uses: Chocobo1/setup-ccache-action@v1
with:
update_packager_index: false
install_ccache: true
windows_compile_environment: cygwin
- name: "Configure . . ."
run: ./autogen.sh && ./configure --disable-eigen --disable-hpcombi CXXFLAGS="-Os"
- name: "Build libsemigroups . . ."
Expand Down

0 comments on commit 85de206

Please sign in to comment.