This repository was archived by the owner on Mar 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
116116
117117 If you plan to attach an IAM role to the EC2 runner with the ` iam-role-name ` parameter, you will need to allow additional permissions:
118118
119- ```
119+ ``` json
120120 {
121121 "Version" : " 2012-10-17" ,
122122 "Statement" : [
@@ -139,7 +139,7 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
139139
140140 If you use the ` aws-resource-tags ` parameter, you will also need to allow the permissions to create tags:
141141
142- ```
142+ ``` json
143143 {
144144 "Version" : " 2012-10-17" ,
145145 "Statement" : [
@@ -187,15 +187,15 @@ Use the following steps to prepare your workflow for running on your EC2 self-ho
187187
188188 For Amazon Linux 2023:
189189
190- ```
190+ ``` shell
191191 sudo dnf update -y && \
192192 sudo dnf install docker git libicu -y && \
193193 sudo systemctl enable docker
194194 ```
195195
196196 For Amazon Linux 2:
197197
198- ```
198+ ``` shell
199199 sudo yum update -y && \
200200 sudo yum install docker git libicu -y && \
201201 sudo systemctl enable docker
You can’t perform that action at this time.
0 commit comments