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 b45e294 commit a7b6462
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
git submodule init
git submodule update
cat <<-EOF >> ${{ env.OPTS_FILE }}
BUILD_TYPE = debug
TARGET_TYPE = debug
PREFIX = /opt/daos/
GO_BIN = /usr/local/go/bin/go
BUILD_TYPE = 'debug'
TARGET_TYPE = 'debug'
PREFIX = '/opt/daos/'
GO_BIN = '/usr/local/go/bin/go'
EOF
cat ${{ env.OPTS_FILE }}
scons install -j16 --build-deps=yes
Expand Down

0 comments on commit a7b6462

Please sign in to comment.