This commit is contained in:
parent
6161effae4
commit
0282bf004c
|
@ -9,23 +9,17 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check /bin
|
# - name: 'FIX: fetch actions/checkout@v4'
|
||||||
run: ls /bin
|
# run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js
|
||||||
|
#
|
||||||
|
# - name: Setup repo
|
||||||
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check /usr/bin
|
- name: Check cache
|
||||||
run: ls /usr/bin
|
run: ls -lah .cache/act/actions
|
||||||
|
|
||||||
- name: Check /usr/sbin
|
- name: Check actions path
|
||||||
run: ls /usr/sbin
|
run: ls -lah /var/run/act/actions
|
||||||
|
|
||||||
- name: Check iptable
|
|
||||||
run: ip route
|
|
||||||
|
|
||||||
- name: 'FIX: fetch actions/checkout@v4'
|
|
||||||
run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js
|
|
||||||
|
|
||||||
- name: Setup repo
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Check repo
|
- name: Check repo
|
||||||
run: ls -lah
|
run: ls -lah
|
||||||
|
|
Loading…
Reference in a new issue