Browse Source

Use older devkitpro/devkita64 image

As of 20200730 the latest devkitpro/devkita64 image has been failing to start because of UID issues.
https://github.com/devkitPro/docker/issues/9
pull/867/head
Anders Jenbo 6 years ago
parent
commit
9997a6c09c
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -75,7 +75,7 @@ jobs:
- store_artifacts: {path: ./build/devilutionx.exe, destination: devilutionx_x86.exe}
switch:
docker:
- image: devkitpro/devkita64:latest
- image: devkitpro/devkita64:20200528
working_directory: ~/repo
steps:
- checkout

Loading…
Cancel
Save