Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
Final modification to cd; will do correctly when i wake up lol
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Oct 6, 2023
1 parent e1abdbc commit b689698
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ jobs:
Add-Content "$env:GITHUB_ENV" 'UseMultiToolTask=true'
Add-Content "$env:GITHUB_ENV" 'EnforceProcessCountAcrossBuilds=true'
- name: Configure
shell: pwsh
run: cmake "--preset=ci-$("${{ matrix.os }}".split("-")[0])"

- name: Create Dockerimage
run: docker build -t nutc-linter:latest .

Expand Down

0 comments on commit b689698

Please sign in to comment.