Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghitamutu authored Dec 7, 2023
1 parent 3a58ce9 commit e4ea8a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:

# https://github.com/dotnet/runtime/issues/82240
# temporarily install pkg-config via brew
- name: Install pkg-config
run: |
# brew update
brew install pkg-config
brew upgrade
# - name: Install pkg-config
# run: |
# # brew update
# brew install pkg-config
# brew upgrade

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit e4ea8a1

Please sign in to comment.