Skip to content

Commit

Permalink
CI: fix setting sqe dir
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Aug 27, 2024
1 parent 5a9ae62 commit f171ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
wget https://github.com/umd-memsys/DRAMSim2/archive/refs/tags/v2.2.2.tar.gz
- run: |
export SST_DEPS_USER_MODE=1
ln -sv "${GITHUB_WORKSPACE}/sst-sqe" "${SST_DEPS_USER_DIR}/../sqe"
ln -sv "${GITHUB_WORKSPACE}" "${SST_DEPS_USER_DIR}/../sqe"
export TERM=dumb
MAKEFLAGS="-j$(nproc)"
export MAKEFLAGS
Expand Down

0 comments on commit f171ece

Please sign in to comment.