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 948bcf8 commit f109942Copy full SHA for f109942
.github/workflows/code-formatting-check.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Download Artistic Style
31
uses: carlosperate/download-file-action@v1
32
with:
33
- file-url: https://iweb.dl.sourceforge.net/project/astyle/astyle/astyle%20${{ env.ASTYLE_VERSION }}/astyle_${{ env.ASTYLE_VERSION }}_linux.tar.gz
+ file-url: https://cfhcable.dl.sourceforge.net/project/astyle/astyle/astyle%20${{ env.ASTYLE_VERSION }}/astyle_${{ env.ASTYLE_VERSION }}_linux.tar.gz
34
location: ${{ runner.temp }}/astyle
35
36
# See: http://astyle.sourceforge.net/install.html#_GCC_Makefile
0 commit comments