8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f5dce commit 28d323bCopy full SHA for 28d323b
.github/workflows/codeql-analysis.yml
@@ -60,7 +60,8 @@ jobs:
60
61
- name: Build compiled code
62
run: |
63
- $CODEQL_PYTHON setup.py build
+ wget -O ~/.cache/matplotlib/0a3c7dfbda6da1e8fce29232e8e96d987ababbbf71ebc8c75659e4132c367014 https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
64
+ $CODEQL_PYTHON setup.py build -v
65
66
- name: Perform CodeQL Analysis
67
uses: github/codeql-action/analyze@v2
0 commit comments