Skip to content

Commit

Permalink
we need wren-essentials now
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed May 31, 2021
1 parent 6b9f39f commit 485f883
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2
with:
repository: joshgoebel/wren-essentials
path: deps/wren-essentials
- name: build & test
run: |
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
Expand All @@ -29,6 +34,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2
with:
repository: joshgoebel/wren-essentials
path: deps/wren-essentials
- name: build & test
run: |
make -j8 -C projects/make.mac/
Expand All @@ -45,6 +55,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2
with:
repository: joshgoebel/wren-essentials
path: deps/wren-essentials
- name: build & test
run: |
make -j8 -C projects/make/
Expand Down

0 comments on commit 485f883

Please sign in to comment.