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 37986f6 commit 74f8debCopy full SHA for 74f8deb
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
mkdir -p CodeFormat
54
curl -L "https://github.com/CppCXY/EmmyLuaCodeStyle/releases/download/${{ matrix.emmy_lua_code_style_version }}/linux-x64.tar.gz" | tar zx --directory CodeFormat
55
56
- - run: echo "CodeFormat/linux-64/bin" >> "$GITHUB_PATH"
+ - run: echo "CodeFormat/linux-x64/bin" >> "$GITHUB_PATH"
57
58
- run: make style
59
0 commit comments