Skip to content

Commit

Permalink
CI: Fix syntax in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Apr 5, 2024
1 parent 8bd0a44 commit dd8239c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_external_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install Using linuxbrew
shell: bash -l {0}
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install fmt
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install fmt
- name: Run cmake
shell: bash -l {0}
run: |
Expand Down

0 comments on commit dd8239c

Please sign in to comment.