Skip to content

Commit

Permalink
.github/workflows/build-and-test.yml: fix for new key location
Browse files Browse the repository at this point in the history
  • Loading branch information
jaos committed Jul 17, 2022
1 parent eeaa42f commit d07f748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
run: ~/.local/bin/meson compile -C build

- name: setup test
run: sudo mkdir -p /var/lib/pkgtools/packages /etc/slapt-get
run: |
sudo mkdir -p /var/lib/pkgtools/packages /etc/slapt-get
sudo chown $(id -u) /etc/slapt-get
- name: run test
run: ~/.local/bin/meson test -v -C build

0 comments on commit d07f748

Please sign in to comment.