diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36d65bf..75cc063 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,9 @@ jobs: - uses: actions/checkout@v3 - uses: ./ - run: | - ./test.sh + sudo apt update -y + sudo apt install makepkg -y + repo-add --help #debug2: # runs-on: ubuntu-latest # name: Check commands diff --git a/README.md b/README.md index 1c7db86..9699ce6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ jobs: name: Example steps: - uses: actions/checkout@v3 - - uses: termux-pacman/pacman-tool-repo@v1 + - uses: termux-pacman/pacman-tool-repo@v1.1 - run: | repo-add --help repo-remove --help