Skip to content

Commit

Permalink
add dart and cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mabels committed Jan 2, 2021
1 parent cf21027 commit 24f4ddd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
fetch-depth: 1

- name: boost
run: sudo apt-get update && sudo apt-get install -yq libboost1.65-dev

- name: "build cpp"
run: |
cd cpp && echo "build cpp"
Expand Down Expand Up @@ -44,6 +47,8 @@ jobs:
with:
fetch-depth: 1

- uses: cedx/setup-dart@v2

- name: "build dart"
run: |
cd dart/ipaddress && echo "build dart"
Expand Down

0 comments on commit 24f4ddd

Please sign in to comment.