1
0
Fork 0
dosbox-staging/.github/workflows
Patryk Obara 1252abe844 Use apt-get instead of apt
Apt does not have a stable CLI interface, therefore should be avoided in
scripts. Using apt-get should be fine.

Split 'apt-get update' to a separate step. It makes it easier to
check, what mirrors and repositories are being used by CI machines.

Remove SPDX identifier - it's missing from other .yml files (I would
consider these configuration files and not source code, so not covered
by copyright).

Use the same build dependencies for static analysis build as in other
Linux jobs.
2019-11-06 13:18:26 +01:00
..
linux.yml Use apt-get instead of apt 2019-11-06 13:18:26 +01:00
macos.yml Use apt-get instead of apt 2019-11-06 13:18:26 +01:00
static.yml Use apt-get instead of apt 2019-11-06 13:18:26 +01:00
windows.yml Use apt-get instead of apt 2019-11-06 13:18:26 +01:00