Skip to content

Commit

Permalink
Fix env var for stratum-deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sabeel Ansari <sabeel.ansari@intel.com>
  • Loading branch information
5abeel committed Feb 28, 2025
1 parent ac4e72d commit d92eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
echo "Building project for ES2K target..."
export SDE_INSTALL=/home/github-runner/p4-sde/install
export DEPS_INSTALL=/home/github-runner/stratum-deps/install
export DEPEND_INSTALL=/home/github-runner/stratum-deps/install
./make-all.sh --target=es2k -D $DEPEND_INSTALL --rpath
#---------------------------------------------------------------------
Expand Down

0 comments on commit d92eef0

Please sign in to comment.