File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -333,6 +333,13 @@ jobs:
333333 df -h
334334 - name : Checkout
335335 uses : actions/checkout@v4
336+ - name : Install Rust
337+ uses : actions-rust-lang/setup-rust-toolchain@v1
338+ with :
339+ toolchain : nightly-2024-07-15
340+ # override: true # this is by default on
341+ rustflags : " "
342+ components : rustfmt
336343 - name : Install Node.js ${{ matrix.node-version }}
337344 uses : actions/setup-node@v4
338345 with :
@@ -362,6 +369,9 @@ jobs:
362369 command : yarn install --frozen-lockfile
363370 - name : Lerna tsc
364371 run : yarn tsc
372+ - name : Build cubejs-backend-native (without Python)
373+ run : yarn run native:build-release
374+ working-directory : ./packages/cubejs-backend-native
365375 - name : Download cubestored-x86_64-unknown-linux-gnu-release artifact
366376 uses : actions/download-artifact@v4
367377 with :
You can’t perform that action at this time.
0 commit comments