We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c144d5 commit 684df14Copy full SHA for 684df14
.github/workflows/compile.yml
@@ -20,6 +20,11 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
path: master
23
+ - name: Checkout src repo
24
+ uses: actions/checkout@v4
25
+ with:
26
+ repository: devnull-cz/unix-linux-prog-in-c-src
27
+ path: src
28
- name: Install pre-requisites for LaTeX
29
working-directory: master
30
run: ./dev/install-latex.sh
.github/workflows/pdfs.yml
@@ -13,11 +13,6 @@ jobs:
13
14
15
16
- - name: Checkout src repo
17
- uses: actions/checkout@v4
18
- with:
19
- repository: devnull-cz/unix-linux-prog-in-c-src
- path: src
0 commit comments