We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5700108 commit 39e680fCopy full SHA for 39e680f
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
mkdir -p $HOME/apt-cache
30
sudo apt-get -o Dir::Cache::Archives="$HOME/apt-cache" update
31
sudo apt-get -o Dir::Cache::Archives="$HOME/apt-cache" install -y clang $(cat apt-deps.txt)
32
- ls apt-cache
+ ls $HOME/apt-cache
33
- run: clang nob.c -o nob
34
- run: ./nob
35
0 commit comments