From c019bb1c038c4ca1d123e7096b29151ceb006083 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 | 8 ++++++-- README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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