Skip to content

Bump actions/checkout from 2 to 4 #13

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #13

Workflow file for this run

name: build
on: [push, pull_request]
env:
LIBSTDC_VERSION: 5
jobs:
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Run Build
run: make clean && make
- name: Run rarcrack
run: ./rarcrack --type zip test.zip
macos:
runs-on: macos-latest
strategy:
fail-fast: false
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Run Build
run: make clean && make
- name: Run rarcrack
run: ./rarcrack --type zip test.zip