Skip to content

Commit

Permalink
Merge branch 'prerelease/0.1.0' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
SArpnt committed Oct 1, 2021
2 parents 927a5b2 + 34b3eb3 commit 7e70e1e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v2-beta # use either @v2-beta or @master. Eventually there will be a @v2 tag.
uses: actions/checkout@v2

- name: Who am I?
run: whoami
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: whoami

- name: Checkout Branch
uses: actions/checkout@v2-beta # use either @v2-beta or @master. Eventually there will be a @v2 tag.
uses: actions/checkout@v2

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
GLFW_ROOT: C:\lib\glfw-3.3.4
steps:
- name: Checkout Branch
uses: actions/checkout@v2-beta # use either @v2-beta or @master. Eventually there will be a @v2 tag.
uses: actions/checkout@v2

- run: choco install wget unzip 7zip -y
- name: Install Dependencies
Expand Down Expand Up @@ -136,6 +136,9 @@ jobs:
runs-on: ubuntu-latest
needs: [Debian, Arch, Windows]
steps:
- name: Checkout Branch
uses: actions/checkout@v2

# ----------------
# Get Artifacts
# ----------------
Expand Down

0 comments on commit 7e70e1e

Please sign in to comment.