Compare commits
3 Commits
604b82216b
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| 82bf4b6ced | |||
| f21b74485e | |||
| e3b54f1a21 |
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
apt-get update -yq
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-client-dev nodejs
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev nodejs libssl-dev
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache Cargo
|
||||
@@ -25,7 +25,6 @@ jobs:
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-
|
||||
@@ -41,7 +40,7 @@ jobs:
|
||||
- name: Install System Dependencies
|
||||
run: |
|
||||
apt-get update -yq
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-client-dev nodejs
|
||||
apt-get install -yq git g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev nodejs libssl-dev
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache Cargo
|
||||
@@ -52,7 +51,6 @@ jobs:
|
||||
~/.cargo/registry/index/
|
||||
~/.cargo/registry/cache/
|
||||
~/.cargo/git/db/
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-
|
||||
|
||||
Reference in New Issue
Block a user