We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d3ac7 commit 6422f8cCopy full SHA for 6422f8c
.github/workflows/test.yml
@@ -1,14 +1,14 @@
1
-name: Compile and test
+name: Build and Test
2
3
on:
4
- pull_request
5
- push
6
7
jobs:
8
- build:
+ linux:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Configure
13
run: cmake -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles' .
14
- name: Build
CMakeLists.txt
@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5)
project(hsluv-c C)
0 commit comments