Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Jan 13, 2024
1 parent 22ab82f commit 6b28b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ jobs:
otool -L libboost_timer.dylib
echo ================================================
- name: Configure scribbu (Ubuntu, oldest)
if: matrix.os == 'ubuntu-22.04' && matrix.boost == 'oldest'
- name: Configure scribbu (Ubuntu, non-latest)
if: matrix.os == 'ubuntu-22.04' && matrix.boost != 'latest'
shell: bash
run: |
autoconf --version
Expand All @@ -280,8 +280,8 @@ jobs:
./bootstrap
./configure --with-boost=$(cd boost_${{ matrix.boost-ver }}/installdir; pwd)
- name: Configure scribbu (Ubuntu, non-oldest)
if: matrix.os == 'ubuntu-22.04' && matrix.boost != 'oldest'
- name: Configure scribbu (Ubuntu, latest)
if: matrix.os == 'ubuntu-22.04' && matrix.boost == 'latest'
shell: bash
run: |
autoconf --version
Expand Down

0 comments on commit 6b28b41

Please sign in to comment.