Skip to content

Commit

Permalink
wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemurin committed Jan 28, 2025
1 parent ff893a3 commit 0951be6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/linux_codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: "CodeQL"
on: [ push, pull_request ]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 16 * * 6'

#concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -76,7 +82,7 @@ jobs:
- name: Install Prerequisites
run: |
sudo apt-key adv --fetch-keys https://repos.codelite.org/CodeLite.asc
sudo apt-add-repository 'deb https://repos.codelite.org/wx3.2/ubuntu/ noble universe'
sudo apt-add-repository 'deb https://repos.codelite.org/wx3.2/ubuntu/ jammy universe'
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev libwxbase3.2-0-unofficial \
Expand Down

0 comments on commit 0951be6

Please sign in to comment.