Skip to content

Commit 7a94f4b

Browse files
Update LinuxBuildAndTest.yml
1 parent c3e0994 commit 7a94f4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/LinuxBuildAndTest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ env:
77

88
jobs:
99
build:
10-
runs-on: linux-latest
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v3
1414

1515
- name: install dependencies
1616
run: sudo apt-get update;
17-
sudo apt-get install boost;
18-
sudo apt-get install googletest
17+
sudo apt-get install libboost-dev;
18+
sudo apt-get install libgtest-dev
1919

2020
- name: Configure CMake
2121
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)