mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
CI: fix mkdir error
This commit is contained in:
parent
7c100cf5d2
commit
27768bb95d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -44,9 +44,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create cache paths
|
- name: Create cache paths
|
||||||
run: |
|
run: |
|
||||||
sudo mkdir /usr/local/libexec
|
sudo mkdir -p /usr/local/libexec/c-lightning/plugins
|
||||||
sudo mkdir /usr/local/libexec/c-lightning
|
|
||||||
sudo mkdir /usr/local/libexec/c-lightning/plugins
|
|
||||||
sudo chown -R $USER /usr/local/libexec
|
sudo chown -R $USER /usr/local/libexec
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue