Skip to content

Commit 533e271

Browse files
upd : rm xtra ninja install
1 parent 74b6ebd commit 533e271

3 files changed

Lines changed: 10 additions & 19 deletions

File tree

.github/actions/setup-ubuntu/action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ runs:
2020
run: |
2121
set -euo pipefail
2222
mkdir -p ~/bin
23-
install_ninja() {
24-
(
25-
cd /tmp
26-
curl -L -O https://github.com/ninja-build/ninja/releases/download/v1.11.0/ninja-linux.zip
27-
unzip ninja-linux.zip
28-
mv ninja /usr/local/bin/
29-
)
30-
ninja --version 2>/dev/null
31-
}
3223
3324
# vcpkg wants mono, make sure it finds one
3425
# see: https://github.com/microsoft/vcpkg/issues/25585

.github/workflows/build_linux.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build Linux
2-
on: [workflow_call, workflow_dispatch]
3-
# on:
4-
# workflow_call:
5-
# workflow_dispatch:
6-
# push:
7-
# branches:
8-
# - nata/cicd-linux
2+
# on: [workflow_call, workflow_dispatch]
3+
on:
4+
workflow_call:
5+
workflow_dispatch:
6+
push:
7+
branches:
8+
- nata/cicd-linux
99
jobs:
1010
build_linux:
1111
timeout-minutes: 30

.github/workflows/test_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test Linux
22
on:
33
workflow_call:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- nata/cicd-linux
5+
# push:
6+
# branches:
7+
# - nata/cicd-linux
88
jobs:
99
test_linux:
1010
timeout-minutes: 30

0 commit comments

Comments
 (0)