Skip to content

Commit

Permalink
fix7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Jan 19, 2021
1 parent cd0da91 commit 55f0add
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/.github-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout reposistory
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Use Node.js
Expand Down Expand Up @@ -47,6 +49,8 @@ jobs:
windows:
runs-on: windows-latest
steps:
- name: Checkout reposistory
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Use Node.js
Expand Down Expand Up @@ -81,6 +85,8 @@ jobs:
macos:
runs-on: macos-latest
steps:
- name: Checkout reposistory
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Use Node.js
Expand Down

0 comments on commit 55f0add

Please sign in to comment.