Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Jan 13, 2025
1 parent 7980e34 commit 8f7e612
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/linux-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
distribution: jammy
# - os: ubuntu-22.04
# distribution: jammy
- os: ubuntu-24.04
distribution: noble

Expand All @@ -22,6 +22,18 @@ jobs:
steps:
- uses: actions/checkout@v4


- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
env:
SFTP_HOST: ${{ secrets.SFTP_HOST }}
SFTP_PASSWORD: ${{ secrets.SFTP_PASSWORD }}
SFTP_USERNAME: ${{ secrets.SFTP_USERNAME }
SFTP_ROOT: ${{ secrets.SFTP_ROOT }}


- name: Setup environment
id: setup-env
run: |
Expand Down

0 comments on commit 8f7e612

Please sign in to comment.