Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Jun 11, 2021
1 parent fe5a4c6 commit d0bac3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
paths:
- 'libbflc'
- 'bflc'
- 'docs/jit_example.c'
- 'docs/*.c'
- '.github/workflows/*.yml'
pull_request:
paths:
- 'libbflc'
- 'bflc'
- 'docs/jit_example.c'
- 'docs/*.c'
- '.github/workflows/*.yml'

jobs:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -qq cmake
- name: build all and examples
- name: build
run: |
cmake -B build
make -C build
Expand All @@ -60,7 +60,7 @@ jobs:
execute_process(COMMAND ${CMAKE_COMMAND} -E tar xvf ./cmake.zip)
file(TO_CMAKE_PATH "$ENV{GITHUB_WORKSPACE}/${cmake_dir}" cmake_dir)
message("::set-output name=cmake_dir::${cmake_dir}")
- name: build all and examples
- name: build
run: |
cmake -B build
make -C build
Expand Down

0 comments on commit d0bac3b

Please sign in to comment.