Commit 7f0c60e1 authored by F-WRunTime's avatar F-WRunTime

Step description

parent 4f17a7db
......@@ -1348,6 +1348,7 @@ jobs:
steps:
- checkout
- run:
name: Checkout Submodule
command: |
git submodule update --init --recursive
- check-changed:
......@@ -1363,7 +1364,6 @@ jobs:
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg
# Add the repository to Apt sources:
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment