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 47dc536 commit 5815499Copy full SHA for 5815499
.github/workflows/storage.yml
@@ -8,17 +8,10 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-latest
+ runs-on: self-hosted
12
13
steps:
14
- 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
22
23
- name: Native configure
24
run: cd static-build && cmake -DCMAKE_TARANTOOL_ARGS="-DCMAKE_BUILD_TYPE=RelWithDebInfo;-DENABLE_WERROR=ON" .
0 commit comments