mirror of
https://github.com/eosswedenorg/eosio-keygen-extras
synced 2026-07-03 11:53:43 +02:00
.github/workflows/package.yml: Pass -DCPACK_GENERATOR=DEB to cmake on ubuntu build.
This commit is contained in:
parent
e6beb3bc88
commit
0da36e85a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -B build -DCMAKE_BUILD_TYPE=Release .
|
run: cmake -B build -DCPACK_GENERATOR=DEB -DCMAKE_BUILD_TYPE=Release .
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
id: package
|
id: package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue