Skip to content

Commit ecd521c

Browse files
committed
Move build to proper dir
1 parent 8bd5d77 commit ecd521c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
name: Build
3+
4+
on:
5+
push:
6+
branches: [ master ]
7+
pull_request:
8+
branches: [ master ]
9+
10+
jobs:
11+
build:
12+
13+
runs-on: ubuntu-18.04
14+
15+
steps:
16+
- uses: actions/checkout@v2
17+
- name: configure
18+
run: chmod +x ./install
19+
- name: install
20+
run: ./install

0 commit comments

Comments
 (0)