Skip to content

Commit

Permalink
fix: deps install release split
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Jan 8, 2025
1 parent c0d1183 commit 6f8afa3
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
Expand Up @@ -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
Expand Down

0 comments on commit 6f8afa3

Please sign in to comment.