Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
fix docker install step - remove systemctl enable flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thorion3006 committed Aug 10, 2021
1 parent b808a5a commit 85dc2dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/font_patcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null;
sudo apt-get update;
sudo apt-get install docker-ce docker-ce-cli containerd.io;
sudo systemctl enable --now docker:
- name: Download and patch fonts
run: |
chmod +x cascadia_patcher.sh
Expand Down

0 comments on commit 85dc2dd

Please sign in to comment.