Skip to content

Commit 47daa4b

Browse files
committed
#5 Fixed typo. Removed typo.
1 parent cc23cb7 commit 47daa4b

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/develop-branch.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Build AR_Pool_Application
10-
runs-on: ubuntu-lates
10+
runs-on: ubuntu-latest
1111
steps:
1212
# Checkout
1313
- name: Checkout repository
@@ -31,17 +31,3 @@ jobs:
3131
with:
3232
targetPlatform: Android
3333
projectPath: UnityProject/AR_Pool
34-
35-
36-
37-
# env:
38-
# UNITY_LICENSE: ${{ secrets.UNITY_LICENSE}}
39-
# jobs:
40-
# checkLicense:
41-
# name: Check for the Unity license ☑️
42-
# runs-on: ubuntu-latest
43-
# steps:
44-
# - name: Fail - No license ☠️
45-
# if: ${{ !startsWith(env.UNITY_LICENSE, '<') }}
46-
# run: exit 1
47-

0 commit comments

Comments
 (0)