We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8220695 commit 354cda8Copy full SHA for 354cda8
.github/workflows/jan-server-web-ci.yml
@@ -53,7 +53,6 @@ jobs:
53
&& sudo mkdir -p -m 755 /etc/apt/sources.list.d \
54
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
55
&& sudo apt update
56
- sudo apt-get update
57
sudo apt-get install -y jq gettext
58
59
- name: Set image tag and service name
0 commit comments