Skip to content

Commit

Permalink
TO-DROP: test minimal flavor from ci-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling committed Sep 22, 2024
1 parent 6cd9c83 commit e89251c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v4
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: git-for-windows/setup-git-for-windows-sdk@minimal-flavor-from-ci-artifacts
- name: build
shell: bash
env:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: extract tracked files and build artifacts
shell: bash
run: tar xf artifacts.tar.gz && tar xf tracked.tar.gz
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: git-for-windows/setup-git-for-windows-sdk@minimal-flavor-from-ci-artifacts
- name: test
shell: bash
run: . /etc/profile && ci/run-test-slice.sh ${{matrix.nr}} 10
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: actions/checkout@v4
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: git-for-windows/setup-git-for-windows-sdk@minimal-flavor-from-ci-artifacts
- name: initialize vcpkg
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
group: vs-test-${{ matrix.nr }}-${{ github.ref }}
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
steps:
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- uses: git-for-windows/setup-git-for-windows-sdk@minimal-flavor-from-ci-artifacts
- name: download tracked files and build artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit e89251c

Please sign in to comment.