Skip to content

Commit

Permalink
fix: deps install release split (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama authored Jan 8, 2025
1 parent c0d1183 commit 8156db5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -157,8 +157,9 @@ jobs:
export HOME=/root
./script/make_utils/setup_os_deps.sh
source $HOME/.bashrc
printenv
cat $HOME/.bashrc
- name: Install dependencies part 2
run: |
make setup_env
- name: Check version coherence and apidocs

0 comments on commit 8156db5

Please sign in to comment.