Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c6b95d7

Browse filesBrowse files
committed
ci: Switch to apt instead of apt-get.
1 parent 2b7ad5f commit c6b95d7
Copy full SHA for c6b95d7

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ version: 2.1
1111
apt-run: &apt-install
1212
name: Install apt packages
1313
command: |
14-
sudo apt-get -qq update
15-
sudo apt-get install -y \
14+
sudo apt -qq update
15+
sudo apt install -y \
1616
inkscape \
1717
ffmpeg \
1818
dvipng \

‎azure-pipelines.yml

Copy file name to clipboardExpand all lines: azure-pipelines.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ steps:
5959
set -e
6060
case "$(python -c 'import sys; print(sys.platform)')" in
6161
linux)
62-
sudo apt-get update
63-
sudo apt-get install \
62+
sudo apt update
63+
sudo apt install \
6464
cm-super \
6565
dvipng \
6666
ffmpeg \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.