Skip to content

Commit f243c5c

Browse files
committed
Update Github Actions.
1 parent 4a9130e commit f243c5c

File tree

3 files changed

+423
-4
lines changed

3 files changed

+423
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- name: Create Build Environment
2121
# Some projects don't allow in-source building, so create a separate build directory
2222
# We'll use this as our working directory for all subsequent commands
23-
run: sudo apt-get update -y
24-
run: sudo apt-get upgrade -y
25-
run: sudo apt-get install libeigen3-dev
26-
run: cmake -E make_directory ${{runner.workspace}}/build
23+
run:
24+
- sudo apt-get update -y
25+
- sudo apt-get upgrade -y
26+
- sudo apt-get install libeigen3-dev
27+
- cmake -E make_directory ${{runner.workspace}}/build
2728

2829
- name: Configure CMake
2930
# Use a bash shell so we can use the same syntax for environment variable

0 commit comments

Comments
 (0)