Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Jun 25, 2024
1 parent 7c80a2a commit deac92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: macOS specific
if: runner.os == 'macOS' }}
if: runner.os == 'macOS'
run: |
brew install autoconf automake libtool
autoreconf -i
Expand All @@ -33,7 +33,7 @@ jobs:
autoreconf -i
./configure CC=clang
- name: Ubuntu-latest using gcc with sanitizers
- name: Ubuntu-latest using gcc with sanitizers
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
autoreconf -i
Expand Down

0 comments on commit deac92d

Please sign in to comment.