Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pvinh-spike authored Sep 22, 2021
1 parent b05f037 commit 966d97f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build ACT

on:
workflow_dispatch:

push:
branches: [ master ]
pull_request:
branches: [ naster ]

jobs:
build:

Expand All @@ -12,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: configure
run: sudo apt-get install make gcc libc6-dev zlib1g-dev
run: sudo apt-get install make gcc libc6-dev
- name: build
run: make
- name: Upload Artifact
Expand Down

0 comments on commit 966d97f

Please sign in to comment.