Skip to content

Commit

Permalink
remove .net install step, comes by default in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Mar 8, 2024
1 parent d51ac2f commit b841d3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'

- name: Clone
uses: actions/checkout@v2

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
run-templating:
# Don't run this in the template repo or more than once in the forked repo. Check for the presence of the ".template" file
# Don't run this in the template repo or more than once in the forked repo. Check for the presence of the ".template" file
if: ${{ github.repository != 'Artemis-RGB/Artemis.PluginTemplate' && '[ -f .template ]' }}
runs-on: ubuntu-latest
permissions:
Expand All @@ -20,11 +20,6 @@ jobs:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'

- name: Install Artemis templates
run: dotnet new install ArtemisRGB.Templates

Expand Down

0 comments on commit b841d3e

Please sign in to comment.