diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36d65bf..cabd908 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,10 +18,14 @@ jobs: runs-on: ubuntu-latest name: Check commands steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ - run: | - ./test.sh + sudo su -c "echo 'deb http://archive.ubuntu.com/ubuntu/ lunar main restricted' > /etc/apt/sources.list.d/lunar.list" + sudo su -c " echo 'deb-src http://archive.ubuntu.com/ubuntu/ lunar main restricted' >> /etc/apt/sources.list.d/lunar.list" + sudo apt update -y + sudo apt install pacman -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