You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/deforaos-c-ci_ubuntu-latest.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
runs-on: ubuntu-latest
13
13
14
14
steps:
15
-
- uses: actions/checkout@v3
15
+
- uses: actions/checkout@v4
16
16
- name: bootstrap libSystem
17
17
run: git clone https://github.com/DeforaOS/libSystem.git libSystem && for dir in include data src; do (cd libSystem/$dir && make PREFIX="$HOME/opt/DeforaOS" install); done
0 commit comments