-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into wip-translator
- Loading branch information
Showing
9 changed files
with
28 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,10 @@ on: | |
branches: | ||
- master | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
build: | ||
name: "${{ matrix.config.name }} | ${{ matrix.config.build_type }}" | ||
|
@@ -84,12 +88,9 @@ jobs: | |
g++-8 --version | ||
cmake --version | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 3 | ||
submodules: recursive | ||
- uses: WohlSoft/[email protected] | ||
|
||
- uses: Wohlstand/branch-name@v1.0.1-wohl | ||
- uses: WohlSoft/branch-name@v0.1 | ||
|
||
- name: Check if a pull request | ||
id: event-check | ||
|
@@ -105,10 +106,8 @@ jobs: | |
- name: Download Qt | ||
if: matrix.config.qt_download | ||
uses: carlosperate/download-file-action@v2 | ||
with: | ||
file-url: "${{ matrix.config.qt_download }}" | ||
file-name: qt.tar.bz2 | ||
shell: bash | ||
run: wget -d -nv -t 5 -O qt.tar.bz2 "${{ matrix.config.qt_download }}" | ||
|
||
- name: Extract Qt | ||
if: matrix.config.qt_install_dir | ||
|
@@ -121,10 +120,8 @@ jobs: | |
- name: Download libreadline6 | ||
if: matrix.config.readline6_download | ||
uses: carlosperate/download-file-action@v2 | ||
with: | ||
file-url: "${{ matrix.config.readline6_download }}" | ||
file-name: libreadline6.deb | ||
shell: bash | ||
run: wget -d -nv -t 5 -O libreadline6.deb "${{ matrix.config.readline6_download }}" | ||
|
||
- name: Install LFTP | ||
if: matrix.config.readline6_download | ||
|
@@ -135,10 +132,8 @@ jobs: | |
- name: Download LFTP | ||
if: matrix.config.lftp_download | ||
uses: carlosperate/download-file-action@v2 | ||
with: | ||
file-url: "${{ matrix.config.lftp_download }}" | ||
file-name: lftp.deb | ||
shell: bash | ||
run: wget -d -nv -t 5 -O lftp.deb "${{ matrix.config.lftp_download }}" | ||
|
||
- name: Install LFTP | ||
if: matrix.config.lftp_download | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule AudioCodecs
updated
59 files
Submodule SDL_Mixer_X
updated
4 files
Submodule PGE_File_Formats
updated
2 files
+1 −1 | charsetconvert.h | |
+7 −1 | src/pge_file_lib_globs_rwops.cpp |