This commit is contained in:
2025-01-03 13:21:10 -05:00
parent 23271efbec
commit baa210c1ea
+14 -14
View File
@@ -43,6 +43,20 @@ jobs:
- name: Setup yq
uses: dcarbone/install-yq-action@v1
- name: Setup Go
id: setup-go
uses: actions/setup-go@v5.2.0
with:
go-version: 'stable'
cache: true
cache-dependency-path: |
**/go.sum
**/go.mod
**/flarectl
- name: Setup jq
uses: dcarbone/install-jq-action@v3.0.1
- name: Install flarectl
uses: tj-actions/setup-bin@v1.2.1
with:
@@ -51,20 +65,6 @@ jobs:
repository-owner: cloudflare
version: "latest"
# - name: Setup Go
# id: setup-go
# uses: actions/setup-go@v5.2.0
# with:
# go-version: 'stable'
# cache: true
# cache-dependency-path: |
# **/go.sum
# **/go.mod
# **/flarectl
# - name: Setup jq
# uses: dcarbone/install-jq-action@v3.0.1
# - name: Retrieve Subdomains from Cloudflare & Compose
# id: retrieve-cloudflare-subdomains
# env: