mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
YAML modification
This commit is contained in:
parent
027f8fe3cf
commit
432fbf4fc5
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -36,9 +36,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup cmake
|
||||
run: export CC=clang-9
|
||||
export CXX=clang++-9
|
||||
cmake -DBUILD_TESTS=ON
|
||||
run: |
|
||||
export CC=clang-9
|
||||
export CXX=clang++-9
|
||||
cmake -D BUILD_TESTS=ON ./
|
||||
|
||||
- name: Compile
|
||||
run: make
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user