Skip to content

Commit

Permalink
cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 27, 2024
1 parent c7f73c0 commit 39c598b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
uses: actions/checkout@v2

- name: Install CMake
run: sudo apt-get install -y cmake
run: sudo apt-get update |
sudo apt-get install -y cmake

- name: Download ONNX Runtime
run: |
Expand Down

0 comments on commit 39c598b

Please sign in to comment.