Skip to content

Commit aab496a

Browse files
committed
patch 1
1 parent 0094e1b commit aab496a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/linux_release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
with:
3434
submodules: recursive
3535

36+
- name: Run Python script
37+
run: |
38+
python3 bin/patch.py
39+
3640
- name: Install Qt
3741
uses: jurplel/install-qt-action@v4
3842
with:
@@ -43,8 +47,6 @@ jobs:
4347
dir: ${{ runner.temp }}
4448
setup-python: false
4549

46-
47-
4850
- name: Create build directory
4951
run: mkdir ${{ env.SOURCE_DIR }}/build
5052

0 commit comments

Comments
 (0)