Skip to content

Commit

Permalink
change build_xline workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ChaudharyRaman <[email protected]>
  • Loading branch information
ChaudharyRaman committed Mar 26, 2024
1 parent 419db18 commit 3c56edb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_xline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Build Xline
env:
CI_RUST_TOOLCHAIN: 1.71.0
on:
workflow_call:
inputs:
Expand Down Expand Up @@ -41,6 +43,13 @@ jobs:
with:
submodules: recursive

- name: Configure sccache
uses: actions/github-script@v7
with:
script: |
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Build xline
run: |
docker run -q --rm -v $(pwd):/xline \
Expand Down

0 comments on commit 3c56edb

Please sign in to comment.