Skip to content

Commit c3159d8

Browse files
committed
CI: /usr/local/bin is not a regular directory
1 parent 3e2f2a0 commit c3159d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

30+
- name: Fix PATH for CI
31+
run: sed -i "s|/usr/local/bin:||" build/make_resource.pl
32+
3033
- name: Build
3134
run: |
3235
sudo apt-get update
@@ -365,6 +368,9 @@ jobs:
365368
steps:
366369
- uses: actions/checkout@v4
367370

371+
- name: Fix PATH for CI
372+
run: sed -i "s|/usr/local/bin:||" build/make_resource.pl
373+
368374
- name: Get and check the version
369375
id: get_version
370376
run: |

0 commit comments

Comments
 (0)