Skip to content

Commit

Permalink
Pre-create .NET folder used by actions/setup-dotnet (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored May 28, 2024
1 parent 4f58102 commit 39dcd0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions customizations/linux-runner/playbook-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
group: admin
state: directory

- name: create .NET directory
file:
path: /usr/share/dotnet
owner: admin
group: admin
state: directory

# Language and Runtime[1]
#
# [1]: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#language-and-runtime
Expand Down

0 comments on commit 39dcd0d

Please sign in to comment.