Skip to content

Commit 3a2c2c9

Browse files
turuslanart-gor
authored andcommitted
fix ci (#38)
Signed-off-by: turuslan <[email protected]>
1 parent 1e874e7 commit 3a2c2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if [ "$RUNNER_OS" = "macOS" ]; then
4141
brew install ninja
4242
else
43-
sudo apt-get update
43+
sudo apt-get update || true
4444
sudo apt-get install -y ninja-build
4545
fi
4646

0 commit comments

Comments
 (0)