We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2f2a0 commit c3159d8Copy full SHA for c3159d8
.github/workflows/ci.yml
@@ -27,6 +27,9 @@ jobs:
27
- name: Checkout
28
uses: actions/checkout@v4
29
30
+ - name: Fix PATH for CI
31
+ run: sed -i "s|/usr/local/bin:||" build/make_resource.pl
32
+
33
- name: Build
34
run: |
35
sudo apt-get update
@@ -365,6 +368,9 @@ jobs:
365
368
steps:
366
369
- uses: actions/checkout@v4
367
370
371
372
373
374
- name: Get and check the version
375
id: get_version
376
0 commit comments