Skip to content

Commit

Permalink
should not need to build either [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jun 11, 2021
1 parent c28b749 commit 9ded535
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
with:
repository: joshgoebel/wren-essentials
path: deps/wren-essentials
- name: Checkout wren-package
uses: actions/checkout@v2
with:
repository: joshgoebel/wren-package
path: wren_modules/wren-package
- name: "Build & test"
run: |
make -j8 -C projects/make/
Expand Down Expand Up @@ -81,11 +76,6 @@ jobs:
with:
repository: joshgoebel/wren-essentials
path: deps/wren-essentials
- name: Checkout wren-package
uses: actions/checkout@v2
with:
repository: joshgoebel/wren-package
path: wren_modules/wren-package
- name: Set env
shell: bash
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
Expand Down Expand Up @@ -132,11 +122,6 @@ jobs:
with:
repository: joshgoebel/wren-essentials
path: deps/wren-essentials
- name: Checkout wren-package
uses: actions/checkout@v2
with:
repository: joshgoebel/wren-package
path: wren_modules/wren-package
- name: "Build & test"
run: |
make -j8 -C projects/make.mac/
Expand Down

0 comments on commit 9ded535

Please sign in to comment.