Skip to content

Commit 8d26de6

Browse files
committed
commit to test cache restore
- use apt-get (which has a more stable CLI interface) instead of apt. Signed-off-by: Aiden Woodruff <woodra@rpi.edu>
1 parent 6ca097d commit 8d26de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: setup ccache
4141
id: setup-ccache
4242
run: |
43-
sudo apt install ccache
43+
sudo apt-get install ccache
4444
ccache -p # Print ccache config
4545
ccache -z # Zero ccache statistics
4646
echo timestamp=$(date -u '+%Y-%m-%dT%T') >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)