Skip to content

Patched wrong argument when checking requested software from user #437

Patched wrong argument when checking requested software from user

Patched wrong argument when checking requested software from user #437

Workflow file for this run

name: Building test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Generating ism tree
run: mkdir /etc/ism && mkdir /var/ism
- name: Building ism
run: crystal build Main.cr -o ism
- name: Run test
run: ./ism