File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ concurrency:
2626
2727env :
2828 LC_ALL : en_US.UTF-8
29+ TMPDIR : /home/tmp
2930
3031defaults :
3132 run :
8182 - name : Install Packages
8283 run : |
8384 cat /etc/os-release
85+ mkdir -p "${TMPDIR}"
8486 sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
8587
8688 - name : Checkout instructlab/instructlab
Original file line number Diff line number Diff line change 1212 required : true
1313 default : ' main'
1414
15+ env :
16+ TMPDIR : /home/tmp
17+
1518jobs :
1619 start-large-ec2-runner :
1720 runs-on : ubuntu-latest
5760 - name : Install Packages
5861 run : |
5962 cat /etc/os-release
63+ mkdir -p "${TMPDIR}"
6064 sudo dnf install -y gcc gcc-c++ make git python3.11 python3.11-devel
6165
6266 - name : Checkout instructlab/instructlab
You can’t perform that action at this time.
0 commit comments