Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed May 28, 2024
1 parent bac4266 commit 74df390
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ jobs:
packages: xdotool
version: 1.0
- uses: actions/checkout@v4
- name: cache
- id: cache
uses: actions/cache@v3
with:
path: tests/reaper
key: cache
- name: cache miss
if: steps.cache.outputs.cache-hit != 'true'
- if: steps.cache.outputs.cache-hit != 'true'
run: cd tests; chmod +x prepare; ./prepare
- run: |
export DISPLAY=:99
Expand Down

0 comments on commit 74df390

Please sign in to comment.