mirror of https://github.com/stella-emu/stella.git
Use apt-get instead of apt (#938)
This avoids warnings about apt's suitability for use in scripts. Signed-off-by: Stephen Kitt <steve@sk2.org> Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
parent
e3170edb96
commit
89d1193342
|
@ -17,8 +17,8 @@ jobs:
|
|||
- name: Install GCC 9 and SDL2
|
||||
run: |
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
sudo apt update
|
||||
sudo apt install g++-9 libsdl2-dev
|
||||
sudo apt-get update
|
||||
sudo apt-get install g++-9 libsdl2-dev
|
||||
- name: Build Stella
|
||||
run: |
|
||||
./configure && make -j2 all
|
||||
|
|
Loading…
Reference in New Issue