Skip to content

Commit eb77038

Browse files
committed
fix gnutls
1 parent c1d6f86 commit eb77038

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get update
2626
sudo apt-get install -y \
2727
build-essential git python3 unzip rsync bc libncurses5-dev \
28-
bison flex cpio wget libssl-dev
28+
bison flex cpio wget libssl-dev libgnutls28-dev
2929
3030
- name: Checkout this repo
3131
uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
5252
else
5353
COMPAT="InstrumentCluster-RPi5"
5454
fi
55-
55+
5656
VERSION="${{ github.ref_name }}.${{ github.run_number }}"
5757
5858
sed -i "s/@BOARD_COMPATIBLE@/$COMPAT/g" board/${{ matrix.board }}/rauc-bundle-manifest/manifest.raucm

0 commit comments

Comments
 (0)