Skip to content

Commit

Permalink
Test cd not found solution from web
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Sep 20, 2023
1 parent c0424f2 commit 83c2681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
submodules: recursive
- name: install deps
run: |
sudo apt update && sudo apt-get install sqlite3 libsqlite3-dev cmake uuid-dev libgtest-dev
sudo apt-get update && sudo apt-get install sqlite3 libsqlite3-dev cmake uuid-dev libgtest-dev
git clone https://github.com/nlohmann/json.git && \
cd json && mkdir build && \ cd build && \
Expand Down

0 comments on commit 83c2681

Please sign in to comment.