CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-13 00:49:01 +02:00
parent 96dd9eeb44
commit 005e39871b
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -240,7 +240,7 @@ jobs:
- name: 'Check out test suite' - name: 'Check out test suite'
run: 'git clone --depth=1 https://github.com/upx/upx-testsuite ../deps/upx-testsuite' run: 'git clone --depth=1 https://github.com/upx/upx-testsuite ../deps/upx-testsuite'
- name: 'Set up Developer Command Prompt' - name: 'Set up Developer Command Prompt'
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with: with:
vsversion: ${{ matrix.vsversion }} vsversion: ${{ matrix.vsversion }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
@@ -305,7 +305,7 @@ jobs:
git clone --depth=1 https://github.com/upx/upx-testsuite ../deps/upx-testsuite git clone --depth=1 https://github.com/upx/upx-testsuite ../deps/upx-testsuite
mkdir -p -v build/$C/$B/{bzip2,ucl,upx,zlib,zstd} mkdir -p -v build/$C/$B/{bzip2,ucl,upx,zlib,zstd}
- name: 'Set up Developer Command Prompt' - name: 'Set up Developer Command Prompt'
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with: with:
vsversion: ${{ matrix.vsversion }} vsversion: ${{ matrix.vsversion }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
+1 -1
View File
@@ -17,5 +17,5 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: { submodules: false } with: { submodules: false }
- name: 'Spell check with crate-ci/typos' - name: 'Spell check with crate-ci/typos'
uses: crate-ci/typos@master uses: crate-ci/typos@35a8bc67870d6c0b7407683319ae175577e24261 # v1.16.19
with: { config: ./.github/typos_config.toml } with: { config: ./.github/typos_config.toml }
+2 -2
View File
@@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: { submodules: true } with: { submodules: true }
- name: 'Set up Developer Command Prompt' - name: 'Set up Developer Command Prompt'
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with: with:
vsversion: 2022 vsversion: 2022
arch: amd64 arch: amd64
@@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: { submodules: true } with: { submodules: true }
- name: 'Set up Developer Command Prompt' - name: 'Set up Developer Command Prompt'
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with: with:
vsversion: 2022 vsversion: 2022
arch: amd64 arch: amd64
@@ -44,7 +44,7 @@ jobs:
with: { submodules: true } with: { submodules: true }
- name: 'Set up Developer Command Prompt' - name: 'Set up Developer Command Prompt'
if: matrix.vsversion if: matrix.vsversion
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with: with:
vsversion: ${{ matrix.vsversion }} vsversion: ${{ matrix.vsversion }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
@@ -42,7 +42,7 @@ jobs:
with: { submodules: true } with: { submodules: true }
- name: 'Set up Developer Command Prompt' - name: 'Set up Developer Command Prompt'
if: matrix.vsversion if: matrix.vsversion
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with: with:
vsversion: ${{ matrix.vsversion }} vsversion: ${{ matrix.vsversion }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
@@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: { submodules: true } with: { submodules: true }
- name: 'Set up Developer Command Prompt' - name: 'Set up Developer Command Prompt'
uses: ilammy/msvc-dev-cmd@v1 uses: ilammy/msvc-dev-cmd@cec98b9d092141f74527d0afa6feb2af698cfe89 # v1.12.1
with: with:
vsversion: ${{ matrix.vsversion }} vsversion: ${{ matrix.vsversion }}
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}