Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 20, 2024
1 parent c9c1d34 commit 3526880
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:

- name: Check for wish
run: |
opp_env run --install --no-build omnetpp-4.0 -w workspace --init -c "which wish || echo 'wish not found' && cd omnetpp-4.0.2 && ./configure"
TMPDIR=${TMPDIR:-/tmp}
WORKSPACE=$(mktemp -d $TMPDIR/opp_env_test_XXXXXX)
opp_env run --install --no-build omnetpp-4.0 -w $WORKSPACE --init -c "which wish || echo 'wish not found' && cd omnetpp-4.0.2 && ./configure"
which wish || echo "wish not found"
- name: Run test
Expand Down

0 comments on commit 3526880

Please sign in to comment.