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

Step description

parent 4f17a7db
...@@ -1348,6 +1348,7 @@ jobs: ...@@ -1348,6 +1348,7 @@ jobs:
steps: steps:
- checkout - checkout
- run: - run:
name: Checkout Submodule
command: | command: |
git submodule update --init --recursive git submodule update --init --recursive
- check-changed: - check-changed:
...@@ -1363,7 +1364,6 @@ jobs: ...@@ -1363,7 +1364,6 @@ jobs:
install -m 0755 -d /etc/apt/keyrings install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg 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 chmod a+r /etc/apt/keyrings/docker.gpg
# Add the repository to Apt sources: # Add the repository to Apt sources:
echo \ echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \ "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