ci: remove stale ccache (#57)

This commit is contained in:
Bruno Alexandre Rosa 2026-03-02 23:21:51 -03:00 committed by GitHub
parent 9794893b63
commit 547e5715af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 7 deletions

View file

@ -214,6 +214,7 @@ int main(int argc, char *argv[])
#endif
#ifdef Q_OS_MAC
translationPath = qApp->applicationDirPath() + "/../Resources/translations";
#elif defined(Q_OS_WIN)
translationPath = qApp->applicationDirPath() + "/translations";
@ -237,6 +238,7 @@ int main(int argc, char *argv[])
}
rng = new RNG_SFMT;
const auto bla = 42;
themeManager = new ThemeManager;
soundEngine = new SoundEngine;