Fixed Syntax Error in Workflows
Some checks failed
Some checks failed
This commit is contained in:
@@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: [self-hosted, linux, arm64, dotnet]
|
runs-on: [self-hosted, linux, arm64, dotnet]
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
- run: apk add --no-cache git curl wget unzip bash nodejs npm
|
run: apk add --no-cache git curl wget unzip bash nodejs npm
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
- uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: [self-hosted, linux, arm64, linux64, dotnet]
|
runs-on: [self-hosted, linux, arm64, linux64, dotnet]
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
- run: apk add --no-cache git curl wget unzip bash nodejs npm
|
run: apk add --no-cache git curl wget unzip bash nodejs npm
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
- uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: [self-hosted, linux, arm64, linux64-docker, docker]
|
runs-on: [self-hosted, linux, arm64, linux64-docker, docker]
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
- run: apk add --no-cache git curl wget unzip bash nodejs npm
|
run: apk add --no-cache git curl wget unzip bash nodejs npm
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
- uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Docker Buildx
|
- name: Setup Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ jobs:
|
|||||||
runs-on: [self-hosted, linux, arm64, windows-exe, dotnet]
|
runs-on: [self-hosted, linux, arm64, windows-exe, dotnet]
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
- run: apk add --no-cache git curl wget unzip bash nodejs npm
|
run: apk add --no-cache git curl wget unzip bash nodejs npm
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
- uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user