diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2026-06-07 18:24:47 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2026-06-07 18:24:47 +0200 |
| commit | e614586c7a5ed8bb3190ce5219c5f8f558321fad (patch) | |
| tree | 08e5f46c021c2a58d5643601ce60accbbad8e415 /.github/workflows | |
| parent | 4da4debed1026324f3d1fc87a82a65cca86341ca (diff) | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b6ee945..3d3cfd7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -27,6 +27,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install dependencies - run: sudo apt-get install atftp atftpd busybox curl tftp + run: sudo apt-get install atftp atftpd busybox curl - name: Run tests run: ./test.sh |
