Skip to content

Commit c0fdff8

Browse files
authored
Daniel olson patch 1 (#65)
* Update build.yml Updating the build.yml file (cmake wasn't working) * Update build.yml Fixed? Maybe? * Update build.yml
1 parent 10bddc9 commit c0fdff8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v2
1818

19-
- name: Set up CMake
20-
uses: lukka/get-cmake@v3
21-
22-
- name: Install dependencies
23-
run: sudo apt-get update && sudo apt-get install -y build-essential
24-
2519
- name: Configure CMake
2620
run: cmake -S . -B build
2721

0 commit comments

Comments
 (0)