Skip to content

Forgot to use crate::helpers::format_directory_path #7

Forgot to use crate::helpers::format_directory_path

Forgot to use crate::helpers::format_directory_path #7

Workflow file for this run

name: Compile
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
filename: 'beans-rs'
- os: windows-latest
filename: 'beans-rs.exe'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose