Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeprieto authored Mar 18, 2024
1 parent 1d4c779 commit 64bd9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
}

steps:
- uses: actions/checkout@master
- uses: actions/checkout@dependencies_test
with:
submodules: 'true'
- name: Install and test C API on Ubuntu
Expand All @@ -52,7 +52,7 @@ jobs:
if: startsWith(matrix.config.name, 'MacOS')
run: |
brew update
brew install cmake libxml2 [email protected]
brew install cmake libxml2
mkdir build
cd build
mkdir /Users/runner/work/KDSource/KDinstall
Expand Down

0 comments on commit 64bd9bf

Please sign in to comment.