Added Install Package Job to Workflows
This commit is contained in:
@@ -9,6 +9,10 @@ jobs:
|
||||
build-arm64:
|
||||
runs-on: [self-hosted, linux, arm64, dotnet]
|
||||
steps:
|
||||
- name: Install packages
|
||||
- run: apk add --no-cache git curl wget unzip bash nodejs npm
|
||||
|
||||
- name: Checkout
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup .NET
|
||||
|
||||
Reference in New Issue
Block a user