diff options
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 |
