Skip to content

Commit

Permalink
MSYS2 - msys2-keyring-1~20210213-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Feb 20, 2021
1 parent a4f0db3 commit 0a175a3
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 72 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-latest, macos-latest ]
os: [ ubuntu-20.04, ubuntu-18.04, macos-10.15 ]
ruby: [ ruby-head, 2.7, 2.5, 2.2, jruby, truffleruby ]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -43,9 +43,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows ]
os: [ windows-2019 ]
ruby: [ mswin, mingw, 2.5, 2.4, 2.3, 2.2 ]
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
5 changes: 1 addition & 4 deletions common.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,9 @@ export const win2nix = (path) => {
path).replace(/\\/g, '/').replace(/ /g, '\\ ')
}


// Note
// https://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz
export const updateKeyRing = async (vers) => {
const dlPath = `${process.env.RUNNER_TEMP}\\srp`
const uri = `https://repo.msys2.org/msys/x86_64/msys2-keyring-${vers}-any.pkg.tar.xz`
const uri = `https://repo.msys2.org/msys/x86_64/msys2-keyring-${vers}-any.pkg.tar.zst`
const fn = `${dlPath}\\key-ring.tar.xz`
const msSt = grpSt('install updated MSYS2 keyring')

Expand Down
Loading

0 comments on commit 0a175a3

Please sign in to comment.