Skip to content

Commit

Permalink
disable Ubuntu's security feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko655 committed Jan 10, 2025
1 parent 8002dc2 commit f585705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@master
- name: yarn install
run: yarn install
- name: disable Ubuntu's security feature
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: run (retry at most 3 times including 1st try)
run: yarn index || (sleep 60 && yarn index) || (sleep 60 && yarn index)
env:
Expand Down

0 comments on commit f585705

Please sign in to comment.