Skip to content

Merge pull request #38 from rakivo/zipping_progress #50

Merge pull request #38 from rakivo/zipping_progress

Merge pull request #38 from rakivo/zipping_progress #50

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Build on Linux or Windows
run: cargo build --verbose
shell: bash