Browse Source

package/ci: of course this only happens when I push straight to master.

pull/578/head
Vladimír Vondruš 4 years ago
parent
commit
9c4f2ceea2
  1. 3
      package/ci/circleci.yml

3
package/ci/circleci.yml

@ -46,10 +46,9 @@ executors:
machine:
image: android:202102-01
arm64:
resource_class: medium # there isn't smaller
resource_class: arm.medium # there isn't smaller
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
commands:
install-base-linux:

Loading…
Cancel
Save