Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Dec 23, 2023
1 parent bb04762 commit d8c638c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/codeql_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
analyze_linux:
name: Analyze
name: Analyze Linux

runs-on: ubuntu-22.04

Expand All @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Create a build folder
id: build_paths
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:


analyze_windows:
name: Analyze
name: Analyze Windows

runs-on: windows-2019

Expand All @@ -154,9 +154,6 @@ jobs:
language: [ 'cpp' ]

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup the build paths
shell: powershell
id: build_paths
Expand All @@ -181,6 +178,11 @@ jobs:
echo "DOWNLOADS=$base_dir\$rel_downloads_path" >> $env:GITHUB_OUTPUT
echo "INSTALL=$base_dir\$rel_install_path" >> $env:GITHUB_OUTPUT
- name: Clone the osquery repository
uses: actions/checkout@v3
with:
path: ${{ steps.build_paths.outputs.REL_SOURCE }}

# NOTE: We will only use an already existing cache, and will not save it later,
# just to prevent trashing of cache. Also the cache is only partially updated,
# since we only build third party libraries with the cache on.
Expand Down

0 comments on commit d8c638c

Please sign in to comment.