1
0
Fork 0
mirror of https://github.com/eosswedenorg/eosio-keygen-extras synced 2026-06-17 05:10:02 +02:00

.github/workflows/package.yml: change "--config" to "-DCMAKE_BUILD_TYPE=" when configuring cmake

This commit is contained in:
Henrik Hautakoski 2022-11-12 17:30:41 +01:00
parent a52eee14b4
commit be0dfecd86

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v1
- name: Configure
run: cmake -B build --config Release .
run: cmake -B build -DCMAKE_BUILD_TYPE=Release .
- name: Package
id: package