Skip to content

Commit

Permalink
Updated workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
interkosmos committed Mar 5, 2024
1 parent 54da98a commit c65ac4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Configure System (Linux)
if: contains(matrix.os, 'ubuntu')
run: |
sudo mkdir -p /dev/mqueue
sudo mount -t mqueue none /dev/mqueue
ls -al /dev/
sudo sysctl fs.mqueue.msg_max=100
sudo sysctl fs.mqueue.msgsize_max=16384
Expand Down

0 comments on commit c65ac4f

Please sign in to comment.