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 54dcd6c commit eeaa42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ~/.local/bin/meson compile -C build

- name: setup test
run: sudo mkdir -p /var/lib/pkgtools/packages
run: sudo mkdir -p /var/lib/pkgtools/packages /etc/slapt-get

- name: run test
run: ~/.local/bin/meson test -v -C build

0 comments on commit eeaa42f

Please sign in to comment.