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 83e01f6 commit 8cf37ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable

# - name: Check for wish
# run: |
# 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' && ./configure"
# which wish || echo "wish not found"
- name: Check for wish
run: |
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' && ./configure"
echo $DISPLAY
- name: Run test
working-directory: tests
Expand Down

0 comments on commit 8cf37ce

Please sign in to comment.