This commit is contained in:
@@ -60,9 +60,16 @@ jobs:
|
|||||||
invalid.append(str(path))
|
invalid.append(str(path))
|
||||||
|
|
||||||
if invalid:
|
if invalid:
|
||||||
raise SystemExit("migrations must use CRLF: " + ", ".join(invalid))
|
raise SystemExit("migrations must use CRLF: " + ", ".join(invalid))
|
||||||
PY
|
PY
|
||||||
|
|
||||||
|
- name: Install native build dependencies
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
|
cmake libdav1d-dev nasm pkg-config
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
run: |
|
run: |
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|||||||
Reference in New Issue
Block a user