Skip to content

Commit

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

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

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

- name: Debug
run: ls -l /usr/lib/terminfo/x

- name: Debug
run: echo $TERMINFO

- name: Debug
run: ls -l /usr/lib/terminfo

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

- name: Debug
run: ls -l /usr/lib/terminfo/x

- name: Debug
run: echo $TERMINFO

- name: Debug
run: ls -l /usr/lib/terminfo

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

0 comments on commit 11475ec

Please sign in to comment.