diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2023-11-12 20:31:22 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2023-11-12 20:31:22 +0200 |
commit | f0fac99f5bd676a54974e9a18c61ff018f2e782a (patch) | |
tree | 08f31f4fe81b5748510683413be785fe36f57cf2 /.github/workflows | |
parent | 06974220cba7f7a53a9ca7fa2a9393ce317a4100 (diff) | |
download | bindfs-f0fac99f5bd676a54974e9a18c61ff018f2e782a.tar.gz |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/linux.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 843ef06..f676ec9 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -83,12 +83,12 @@ jobs: run: |- set -x whoami - make check + make -C build make check - name: 'Test as root' run: |- set -x - sudo make check + sudo make -C build make check - name: 'Install' run: |- |