Skip to content

Commit 02597fa

Browse files
committed
update build warning
1 parent a0d4c00 commit 02597fa

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/nali.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,7 @@ jobs:
4848
image: archlinux
4949
steps:
5050
- name: Install Packages
51-
run: pacman -Syu rust curl clang git base-devel libarchive meson asciidoc doxygen fakechroot pkgconf --noconfirm --needed
52-
53-
- name: Install Pacman-git
54-
run: |
55-
git clone https://aur.archlinux.org/pacman-git
56-
chown -R nobody pacman-git
57-
cd pacman-git
58-
sudo -u nobody makepkg --nocheck
59-
sudo -u nobody makepkg --packagelist > list
60-
yes | pacman -U $(cat list)
51+
run: pacman -Syu rust clang gcc git libarchive pkgconf sudo fakeroot --noconfirm --needed
6152

6253
- name: Checkout
6354
uses: actions/checkout@v2

tests/common/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async fn run(run_args: &[&str], repo: bool) -> Result<(TempDir, i32)> {
172172
if repo {
173173
let mut args = args.clone();
174174
args.push("-Ly");
175-
let ret = paru::run(&args).await;
175+
let ret = nali::run(&args).await;
176176
assert_eq!(ret, 0);
177177
}
178178

0 commit comments

Comments
 (0)