mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update docker-build-static.yml
This commit is contained in:
parent
27eb62d1ea
commit
568a7f61cd
12
.github/workflows/docker-build-static.yml
vendored
12
.github/workflows/docker-build-static.yml
vendored
@ -61,7 +61,9 @@ jobs:
|
|||||||
build-ui:
|
build-ui:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: rust:1.62
|
image: rust:1.62
|
||||||
|
env:
|
||||||
|
CARGO_HOME: /usr/local/cargo
|
||||||
steps:
|
steps:
|
||||||
- name: install runtime
|
- name: install runtime
|
||||||
run: apt update && apt install -y gcc-x86-64-linux-gnu g++-x86-64-linux-gnu libc6-dev libgnutls28-dev
|
run: apt update && apt install -y gcc-x86-64-linux-gnu g++-x86-64-linux-gnu libc6-dev libgnutls28-dev
|
||||||
@ -74,10 +76,10 @@ jobs:
|
|||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.cargo/bin
|
/usr/local/cargo/bin
|
||||||
.cargo/registry/index
|
/usr/local/cargo/registry/index
|
||||||
.cargo/registry/cache
|
/usr/local/cargo/registry/cache
|
||||||
.cargo/git/db
|
/usr/local/cargo/git/db
|
||||||
target
|
target
|
||||||
key: lldap-ui-static-${{ hashFiles('**/Cargo.lock') }}
|
key: lldap-ui-static-${{ hashFiles('**/Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
|
Loading…
Reference in New Issue
Block a user