Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 28d323b

Browse files
committed
Pre-download FreeType source
1 parent d4f5dce commit 28d323b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060

6161
- name: Build compiled code
6262
run: |
63-
$CODEQL_PYTHON setup.py build
63+
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
6465
6566
- name: Perform CodeQL Analysis
6667
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)