Skip to content

Commit

Permalink
switch to Debian_Unstable, install at start
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Wistoff <[email protected]>
  • Loading branch information
niwis committed Sep 26, 2024
1 parent 99583fa commit ec0f91f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Get specific submodule hash
id: core-v-submodule-hash
run: |
source ci/install-prereq.sh
cd verif/core-v-verif
echo "hash=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
Expand Down
3 changes: 2 additions & 1 deletion ci/install-prereq.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

echo 'deb http://download.opensuse.org/repositories/home:/phiwag:/edatools/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:phiwag:edatools.list
echo 'deb http://download.opensuse.org/repositories/home:/phiwag:/edatools/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:phiwag:edatools.list
curl -fsSL https://download.opensuse.org/repositories/home:phiwag:edatools/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_phiwag_edatools.gpg > /dev/null

sudo apt update
sudo apt install device-tree-compiler libfl-dev help2man
Expand Down

0 comments on commit ec0f91f

Please sign in to comment.