This commit is contained in:
John Maguire 2023-04-07 19:25:43 +02:00 committed by GitHub
commit 5e6e0efcec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 15 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: clang-format
uses: clementine-player/clang-format-lint-action@master
with:
@ -67,7 +67,7 @@ jobs:
- name: Install tx
run: pip3 install transifex-client==0.13.9
- name: Checkout
uses: actions/checkout@v1.2.0
uses: actions/checkout@v3
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: tx init
@ -108,7 +108,7 @@ jobs:
- build_source
- build_stretch_64
steps:
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
with:
path: release_artifacts
@ -172,7 +172,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -236,7 +238,9 @@ jobs:
sqlite-devel
taglib-devel
tar
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -308,7 +312,9 @@ jobs:
sqlite-devel
taglib-devel
tar
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -413,7 +419,9 @@ jobs:
steps:
- name: Fix liblastfm includes
run: ln -s /target/include/lastfm /target/include/lastfm5
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -636,7 +644,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -695,7 +705,9 @@ jobs:
qttools5-dev
libsparsehash-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -755,7 +767,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -814,7 +828,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -879,7 +895,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -947,7 +965,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -1015,7 +1035,9 @@ jobs:
qttools5-dev-tools
qttools5-dev
ssh
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
@ -1038,7 +1060,9 @@ jobs:
name: Build Mac DMG
runs-on: macos-10.15
steps:
- uses: actions/checkout@v1.2.0
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git hackery
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Install dependencies