We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d6f86 commit eb77038Copy full SHA for eb77038
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt-get update
26
sudo apt-get install -y \
27
build-essential git python3 unzip rsync bc libncurses5-dev \
28
- bison flex cpio wget libssl-dev
+ bison flex cpio wget libssl-dev libgnutls28-dev
29
30
- name: Checkout this repo
31
uses: actions/checkout@v4
@@ -52,7 +52,7 @@ jobs:
52
else
53
COMPAT="InstrumentCluster-RPi5"
54
fi
55
-
+
56
VERSION="${{ github.ref_name }}.${{ github.run_number }}"
57
58
sed -i "s/@BOARD_COMPATIBLE@/$COMPAT/g" board/${{ matrix.board }}/rauc-bundle-manifest/manifest.raucm
0 commit comments