Update URL for ucrtbase2019 to remove hardcoded archive.org prefix (#… #632
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push, pull_request] | |
name: Update | |
jobs: | |
update: | |
name: self-update-test | |
runs-on: ${{ matrix.os }} | |
strategy: | |
matrix: | |
os: [macos-latest, ubuntu-latest] | |
steps: | |
- name: checkout project | |
uses: actions/checkout@v3 | |
- name: run self-update-test | |
run: ./tests/self-update-test |