Skip to content

Commit 5815499

Browse files
committed
hange ci
1 parent 47dc536 commit 5815499

File tree

2 files changed

+103
-59
lines changed

2 files changed

+103
-59
lines changed

.github/workflows/storage.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: self-hosted
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: dart-lang/setup-dart@v1.3
16-
- uses: jwlawson/actions-setup-cmake@v1.13
17-
with:
18-
cmake-version: '3.16.x'
19-
20-
- name: Setup
21-
run: sudo apt-get -y install git build-essential cmake make zlib1g-dev libreadline-dev libncurses5-dev libssl-dev libunwind-dev libicu-dev python3 python3-yaml python3-six python3-gevent
2215

2316
- name: Native configure
2417
run: cd static-build && cmake -DCMAKE_TARANTOOL_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DENABLE_WERROR=ON" .

0 commit comments

Comments
 (0)