Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 25, 2024
1 parent bb687a6 commit 8e3b4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Build DAOS
working-directory: daos
run: |
export PATH=$PATH:/usr/local/go/bin # use the locally installed golang
go version || true
export PATH=$PATH:/usr/local/go/bin
export GO_BIN=/usr/local/go/bin/go
git submodule init
git submodule update
scons BUILD_TYPE=debug TARGET_TYPE=debug PREFIX=/opt/daos/ install -j16 --build-deps=yes

0 comments on commit 8e3b4ae

Please sign in to comment.