Skip to content

Commit

Permalink
Update build-test-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveey authored Mar 21, 2024
1 parent e699266 commit 86017ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Install Ninja
- name: Install Ninja
run: sudo apt-get install -y ninja-build
run: apt-get install -y ninja-build

# Configure conan for release build
- name: Build
Expand Down

0 comments on commit 86017ff

Please sign in to comment.