mirror of
https://github.com/cdr/code-server.git
synced 2026-05-09 04:50:49 +02:00
Fixes for CI
This commit is contained in:
parent
8b329caf0e
commit
aa87270148
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fmt:
|
fmt:
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ RUN apt-get install -y build-essential \
|
||||||
RUN apt-get install -y gettext-base
|
RUN apt-get install -y gettext-base
|
||||||
|
|
||||||
# Misc build dependencies.
|
# Misc build dependencies.
|
||||||
RUN apt-get install -y git rsync
|
RUN apt-get install -y git rsync unzip
|
||||||
|
|
||||||
# We need latest jq from debian buster for date support.
|
# We need latest jq from debian buster for date support.
|
||||||
RUN ARCH="$(dpkg --print-architecture)" && \
|
RUN ARCH="$(dpkg --print-architecture)" && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue