Skip to content

Commit

Permalink
Fix Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaisgro committed Jul 31, 2024
1 parent f5bca5e commit 859e458
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
analyze:
name: Analyze
name: Build and Analyze
runs-on: windows-latest
permissions:
actions: read
Expand All @@ -26,6 +26,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Build and test
run: make all

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand All @@ -38,9 +41,3 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

build:
runs-on: windows-latest
steps:
- name: Build and test
run: make all

0 comments on commit 859e458

Please sign in to comment.