Skip to content

Commit

Permalink
try to install xterm
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Oct 6, 2023
1 parent 73701a4 commit b077ae9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install xterm
uses: sudo apt-get install -y xterm

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/requirement-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install xterm
uses: sudo apt-get install -y xterm

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit b077ae9

Please sign in to comment.