We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2922e0e commit 3b59f16Copy full SHA for 3b59f16
.github/workflows/build_and_test_on_push.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
- name: Install required packages
11
- run: sudo apt-get update && sudo apt-get install -y
+ run: sudo apt-get update && sudo apt-get install -y \
12
git \
13
bash \
14
cmake \
0 commit comments