Skip to content

Commit 0bf4a0b

Browse files
authored
undo hack
1 parent ba85902 commit 0bf4a0b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/linux-system.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
# - os: ubuntu-22.04
16-
# distribution: jammy
15+
- os: ubuntu-22.04
16+
distribution: jammy
1717
- os: ubuntu-24.04
1818
distribution: noble
1919

@@ -22,18 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25-
26-
- name: Setup tmate session
27-
uses: mxschmitt/action-tmate@v3
28-
with:
29-
limit-access-to-actor: true
30-
env:
31-
SFTP_HOST: ${{ secrets.SFTP_HOST }}
32-
SFTP_PASSWORD: ${{ secrets.SFTP_PASSWORD }}
33-
SFTP_USERNAME: ${{ secrets.SFTP_USERNAME }}
34-
SFTP_ROOT: ${{ secrets.SFTP_ROOT }}
35-
36-
3725
- name: Setup environment
3826
id: setup-env
3927
run: |

0 commit comments

Comments
 (0)