Skip to content

Commit

Permalink
update cicd to work with savanna builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpassmore committed May 1, 2024
1 parent e6040b1 commit 79fbc72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cicd/defaults.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"leap-dev":{
"target":"5",
"target":"hotstuff_integration",
"prerelease":false
},
"cdt":{
"target":"3",
"target":"hotstuff_integration",
"prerelease":false
}
}
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
container-package: experimental-binaries
- name: Install packages
run: |
sudo apt-get update && sudo apt-get upgrade -y
sudo apt install ./*.deb
sudo apt-get install cmake
rm ./*.deb
Expand Down

0 comments on commit 79fbc72

Please sign in to comment.