Skip to content

Commit

Permalink
sudo-ing some bits
Browse files Browse the repository at this point in the history
  • Loading branch information
silverdaz committed Dec 10, 2024
1 parent 4cae688 commit 13f56a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
meson configure -D examples=false
ninja
sudo ninja install
ldconfig -v
sudo ldconfig -v
sudo sed -i '/user_allow_other/s/^#.*user_allow_other$/user_allow_other/' /usr/local/etc/fuse.conf
- name: Install Crypt4GH
run: sudo python3 -m pip install crypt4gh
Expand Down

0 comments on commit 13f56a7

Please sign in to comment.