File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,20 +48,20 @@ jobs:
48
48
version : ' snapshot'
49
49
architecture : ' x64'
50
50
51
- - name : Setup Eask (ARM64 )
51
+ - name : Setup Eask (arm64 )
52
52
uses : emacs-eask/setup-eask@master
53
53
if : matrix.os == 'ubuntu-24.04-arm'
54
54
with :
55
55
version : ' snapshot'
56
56
architecture : ' arm64'
57
57
58
- - name : Setup cmake
58
+ - name : Setup cmake (x64)
59
59
if : matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
60
60
uses : jwlawson/actions-setup-cmake@v1.4
61
61
with :
62
62
cmake-version : ' 3.18.x'
63
63
64
- - name : Setup cmake for linux-aarch64
64
+ - name : Setup cmake (arm64)
65
65
if : matrix.os == 'ubuntu-24.04-arm'
66
66
uses : lukka/get-cmake@latest
67
67
@@ -73,13 +73,13 @@ jobs:
73
73
with :
74
74
python-version : " 3.9"
75
75
76
- - name : Install depedencies on Linux
76
+ - name : Install depedencies ( Linux)
77
77
if : runner.os == 'Linux'
78
78
run : |
79
79
pip3 install python-language-server
80
80
sudo apt-get install clangd-15
81
81
82
- - name : Install depedencies on macOS
82
+ - name : Install depedencies ( macOS)
83
83
if : runner.os == 'macOS'
84
84
run : |
85
85
pip3 install python-language-server
90
90
91
91
- uses : actions/checkout@v4
92
92
93
- - name : Grant execution permission
93
+ - name : Grant execution permission (Unix)
94
94
if : matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'macos-latest'
95
95
run : chmod -R 777 ./
96
96
You can’t perform that action at this time.
0 commit comments