Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackparsonss committed Jun 21, 2024
1 parent 2f7ee69 commit 1a8ff2e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ on:
branches: [ "main" ]

jobs:
my-job:
build:
runs-on: ubuntu-latest
container:
image: jackpar/fusion:latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: build
uses: ./
run: mkdir build && cd build && cmake .. && make && cd ../tests && tester ./tester_config.json

0 comments on commit 1a8ff2e

Please sign in to comment.