Skip to content

Commit cc012e5

Browse files
Remove avalanche from excluded app list for the build CI
1 parent 8faedb1 commit cc012e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/get_c_apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
sys.exit(1)
99

1010
# Excluded C apps
11-
excluded_apps = ["app-avalanche"]
11+
excluded_apps = [""]
1212

1313
# Retrieve all public apps on LedgerHQ GitHub organization
1414
token = sys.argv[1]

0 commit comments

Comments
 (0)