cmake
Some checks failed
Linter / ruff (push) Successful in 14s
Linter / eslint (push) Failing after 48s
Tests / tests on CPU (push) Failing after 1m28s

This commit is contained in:
soaska 2024-05-03 19:17:34 +03:00
parent ef0210b384
commit 92d1366b4b
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name
steps: steps:
- name: Prepare env - name: Prepare env
run: apk add --no-cache nodejs git curl python3 run: apk add --no-cache nodejs git curl python3 cmake
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
@ -33,7 +33,7 @@ jobs:
if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name
steps: steps:
- name: Prepare env - name: Prepare env
run: apk add --no-cache nodejs git curl python3 run: apk add --no-cache nodejs git curl python3 cmake
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install Node.js - name: Install Node.js

View File

@ -14,7 +14,7 @@ jobs:
if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name if: gitea.event_name != 'pull_request' || gitea.event.pull_request.head.repo.full_name != gitea.event.pull_request.base.repo.full_name
steps: steps:
- name: Prepare env - name: Prepare env
run: apk add --no-cache nodejs git curl python3 run: apk add --no-cache nodejs git curl python3 cmake
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Set up Python 3.10 - name: Set up Python 3.10