Skip to content

Commit

Permalink
Merge branch 'main' into oracular
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Oct 18, 2024
2 parents 7c54ffb + 0c72395 commit f918480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update and install dependencies
Expand Down
2 changes: 2 additions & 0 deletions mitamae/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
mode '0755'
owner node[:login_user]
group node[:login_user]
user node[:login_user]
end

remote_file "/home/#{node[:login_user]}/Code/#{dir}/gitconfig" do
Expand All @@ -59,6 +60,7 @@
owner node[:login_user]
group node[:login_user]
mode '0755'
user node[:login_user]
end

remote_file "#{wireplumber_dir}/51-focusrite.lua" do
Expand Down

0 comments on commit f918480

Please sign in to comment.