Skip to content

Commit

Permalink
Optimize and try again
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Savkin <[email protected]>
  • Loading branch information
thomasfire committed Apr 10, 2024
1 parent 69d3eb2 commit 880f09b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
echo 'Server = https://repo.msys2.org/mingw/$repo/' > /etc/pacman.d/mirrorlist.mingw
echo 'Server = https://repo.msys2.org/msys/$arch/' > /etc/pacman.d/mirrorlist.msys
pacman-conf.exe
printf "\n[artiq]\nSigLevel = Optional TrustAll\nServer = https://msys2.m-labs.hk/artiq-beta\n" >> /etc/pacman.conf
- name: Update using the main mirror & Check install
run: |
Expand All @@ -44,6 +43,8 @@ jobs:
- name: Build Installer
shell: msys2 {0}
run: |
printf "\n[artiq]\nSigLevel = Optional TrustAll\nServer = https://msys2.m-labs.hk/artiq-beta\n" >> /etc/pacman.conf
pacman --noconfirm -Syy
bash make-msys2-installer
- name: Create 'latest' Variants and Checksums
Expand All @@ -69,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2019, 2022]
image: [2022]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -105,7 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2019, 2022]
image: [2022]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -138,7 +139,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [2019, 2022]
image: [2022]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 880f09b

Please sign in to comment.