Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Jun 9, 2023
1 parent 7ea399a commit f7bbe62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
- uses: actions/checkout@v2
- name: do post checkout
run: >
cat /proc/self/mountinfo;
strace chown -R github-runner-nixos:users *;
pushd api && mask api generate && popd;
chown -R github-runner:users *
chown -R github-runner-nixos:users *;

0 comments on commit f7bbe62

Please sign in to comment.