Skip to content

Commit 3fec98e

Browse files
Fixing build.yaml issue x3
1 parent a4387a6 commit 3fec98e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- name: Install dependencies
1414
run: |
15-
sudo apt-get update
16-
sudo apt-get install -y -f build-essential g++ cmake
15+
sudo apt-get update
16+
sudo apt-get install -y -f build-essential g++ cmake
1717
build:
1818
needs: install
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)