Browse Source

added missing checkout step

Sebastian Stenzel 4 years ago
parent
commit
edc06898fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -53,6 +53,7 @@ jobs:
           profile: mac
           launcher: launcher-mac.sh
     steps:
+      - uses: actions/checkout@v2
       - uses: actions/setup-java@v1
         with:
           java-version: 16