mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-09 08:33:04 +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:
|
||||
build:
|
||||
runs-on: debian-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Get Debian version
|
||||
|
@ -35,11 +35,6 @@ jobs:
|
|||
with:
|
||||
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
|
||||
uses: https://code.forgejo.org/actions/cache@v4
|
||||
with:
|
||||
|
@ -70,14 +65,15 @@ jobs:
|
|||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
cargo install cargo-deb
|
||||
cargo binstall cargo-deb
|
||||
apt-get update -y
|
||||
# Build dependencies for rocksdb
|
||||
apt install -y clang liburing-dev
|
||||
apt-get install -y clang liburing-dev
|
||||
|
||||
- name: Run cargo-deb
|
||||
id: cargo_deb
|
||||
run: |
|
||||
cargo deb >> $DEB_PATH
|
||||
DEB_PATH=$(cargo deb)
|
||||
echo "path=$DEB_PATH" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Test deb installation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue