Updated 7zip to 24.09 and added 7zip arch bits conditional installation #641
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 |