Skip to content

Commit

Permalink
fix(gh): remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Nov 7, 2024
1 parent 818959b commit f539eca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ jobs:
run: sudo apt-get install -y xvfb
- name: smoke test build
run: xvfb-run ./xst bash -c exit
- name: check installed file
run: ls -la /usr/bin/xst || true
- name: check installed file
run: ls -la /usr/local/bin/xst || true
- name: smoke test install
run: xvfb-run xst bash -c exit

0 comments on commit f539eca

Please sign in to comment.