mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 14:33:03 +02:00
Compare commits
5 commits
5a2288fe06
...
a873329a42
Author | SHA1 | Date | |
---|---|---|---|
|
a873329a42 |
||
|
d14310a1e5 |
||
|
52fb7b5ede |
||
|
ede03e30a7 |
||
|
452afb7829 |
1 changed files with 5 additions and 9 deletions
|
@ -20,7 +20,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: debian-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Get Debian version
|
- name: Get Debian version
|
||||||
|
@ -35,11 +35,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Checkout repository with full history
|
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Cache Cargo registry
|
- name: Cache Cargo registry
|
||||||
uses: https://code.forgejo.org/actions/cache@v4
|
uses: https://code.forgejo.org/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
@ -70,14 +65,15 @@ jobs:
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
cargo install cargo-deb
|
cargo binstall cargo-deb
|
||||||
|
apt-get update -y
|
||||||
# Build dependencies for rocksdb
|
# Build dependencies for rocksdb
|
||||||
apt install -y clang liburing-dev
|
apt-get install -y clang liburing-dev
|
||||||
|
|
||||||
- name: Run cargo-deb
|
- name: Run cargo-deb
|
||||||
id: cargo_deb
|
id: cargo_deb
|
||||||
run: |
|
run: |
|
||||||
cargo deb >> $DEB_PATH
|
DEB_PATH=$(cargo deb)
|
||||||
echo "path=$DEB_PATH" >> $GITHUB_OUTPUT
|
echo "path=$DEB_PATH" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Test deb installation
|
- name: Test deb installation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue