Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Jan 12, 2025
1 parent 84f9215 commit a4facee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
sudo apt-get update -yqq
sudo apt-get install -y gcc libncursesw5-dev build-essential xvfb x11-xserver-utils xsel xclip libpcre3
sudo apt-get install -y libncursesw5-dev xvfb x11-xserver-utils xsel xclip libpcre3
- name: Cache nimble
id: cache-nimble
Expand Down Expand Up @@ -84,6 +84,4 @@ jobs:
- name: Run unit test
run: |
nimble install stew # Workaround
xvfb-run env XDG_SESSION_TYPE=x11 nimble test --verbose -y

0 comments on commit a4facee

Please sign in to comment.