Skip to content

Commit 39e680f

Browse files
author
webdevred
committed
tmp
1 parent 5700108 commit 39e680f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir -p $HOME/apt-cache
3030
sudo apt-get -o Dir::Cache::Archives="$HOME/apt-cache" update
3131
sudo apt-get -o Dir::Cache::Archives="$HOME/apt-cache" install -y clang $(cat apt-deps.txt)
32-
ls apt-cache
32+
ls $HOME/apt-cache
3333
- run: clang nob.c -o nob
3434
- run: ./nob
3535

0 commit comments

Comments
 (0)