From a350fa69bacad7d60d6897c25946e22abc930880 Mon Sep 17 00:00:00 2001 From: Maxython Date: Sun, 2 Apr 2023 16:48:10 +0300 Subject: [PATCH] test --- .github/workflows/test.yml | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 36d65bf..c3de204 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,11 @@ jobs: - uses: actions/checkout@v3 - uses: ./ - run: | - ./test.sh + sudo echo "deb http://archive.ubuntu.com/ubuntu/ lunar main restricted" >> /etc/apt/sources.list + sudo echo "deb-src http://archive.ubuntu.com/ubuntu/ lunar main restricted" >> /etc/apt/sources.list + sudo apt update -y + sudo apt install pacman-package-manager -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