Skip to content

Commit f109942

Browse files
committed
Update download URL for Artistic Style in formatting check workflow
1 parent 948bcf8 commit f109942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/code-formatting-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Download Artistic Style
3131
uses: carlosperate/download-file-action@v1
3232
with:
33-
file-url: https://iweb.dl.sourceforge.net/project/astyle/astyle/astyle%20${{ env.ASTYLE_VERSION }}/astyle_${{ env.ASTYLE_VERSION }}_linux.tar.gz
33+
file-url: https://cfhcable.dl.sourceforge.net/project/astyle/astyle/astyle%20${{ env.ASTYLE_VERSION }}/astyle_${{ env.ASTYLE_VERSION }}_linux.tar.gz
3434
location: ${{ runner.temp }}/astyle
3535

3636
# See: http://astyle.sourceforge.net/install.html#_GCC_Makefile

0 commit comments

Comments
 (0)