aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 8ee48310f..df6460203 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -60,7 +60,7 @@ jobs:
60 allowed-endpoints: > 60 allowed-endpoints: >
61 azure.archive.ubuntu.com:80 61 azure.archive.ubuntu.com:80
62 github.com:443 62 github.com:443
63 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 63 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
64 - name: update package information 64 - name: update package information
65 run: sudo apt-get update 65 run: sudo apt-get update
66 - name: install dependencies 66 - name: install dependencies
@@ -83,7 +83,7 @@ jobs:
83 allowed-endpoints: > 83 allowed-endpoints: >
84 azure.archive.ubuntu.com:80 84 azure.archive.ubuntu.com:80
85 github.com:443 85 github.com:443
86 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 86 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
87 - name: update package information 87 - name: update package information
88 run: sudo apt-get update 88 run: sudo apt-get update
89 - name: install clang-tools-14 and dependencies 89 - name: install clang-tools-14 and dependencies
@@ -102,7 +102,7 @@ jobs:
102 allowed-endpoints: > 102 allowed-endpoints: >
103 azure.archive.ubuntu.com:80 103 azure.archive.ubuntu.com:80
104 github.com:443 104 github.com:443
105 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 105 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
106 - name: update package information 106 - name: update package information
107 run: sudo apt-get update 107 run: sudo apt-get update
108 - name: install cppcheck 108 - name: install cppcheck
@@ -121,7 +121,7 @@ jobs:
121 allowed-endpoints: > 121 allowed-endpoints: >
122 azure.archive.ubuntu.com:80 122 azure.archive.ubuntu.com:80
123 github.com:443 123 github.com:443
124 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 124 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
125 - name: update package information 125 - name: update package information
126 run: sudo apt-get update 126 run: sudo apt-get update
127 - name: install cppcheck 127 - name: install cppcheck
@@ -138,7 +138,7 @@ jobs:
138 allowed-endpoints: > 138 allowed-endpoints: >
139 azure.archive.ubuntu.com:80 139 azure.archive.ubuntu.com:80
140 github.com:443 140 github.com:443
141 - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 141 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
142 - name: update package information 142 - name: update package information
143 run: sudo apt-get update 143 run: sudo apt-get update
144 - name: install dependencies 144 - name: install dependencies