We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbecddd commit 301e533Copy full SHA for 301e533
.github/workflows/build.yml
@@ -74,7 +74,7 @@ jobs:
74
# shell scripts. If the last executed process in a "run" step ends with a
75
# non-zero exit code, the step fails.
76
#
77
- # Note: gcc and clang are pre-installed on Ubuntu runners.
+ # Note: gcc and clang are pre-installed on Ubuntu runners.
78
- name: Install dependencies
79
run: |
80
sudo apt-get install -y \
0 commit comments