trying to fix aquinas, yet again :(
msbuild / build (push) Failing after 8s Details

This commit is contained in:
Greg Gauthier 2024-02-27 15:56:00 +00:00
parent 7a68e0ec13
commit 0812300142
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
run: apt update && apt install -y ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && NODE_MAJOR=20 && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list && apt update && apt install nodejs -y
- name: Checkout Repository
run: echo "Install repos..."
- uses: actions/checkout@v2
- name: Setup .NET 7.0