Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbysayshi committed Jun 30, 2020
1 parent c38c169 commit 1d7e676
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
buildlinuxclang:
docker:
-image: cimg/base:2020.01
-image: buildpack-deps:bionic
steps:
- checkout
- run:
Expand All @@ -13,7 +13,7 @@ jobs:
destination: libNFHTTP.zip
buildlinuxgcc:
docker:
-image: cimg/base:2020.01
-image: buildpack-deps:bionic
steps:
- checkout
- run:
Expand All @@ -24,7 +24,7 @@ jobs:
destination: libNFHTTP.zip
buildlinuxandroid:
docker:
-image: cimg/base:2020.01
-image: buildpack-deps:bionic
steps:
- checkout
- run:
Expand Down

0 comments on commit 1d7e676

Please sign in to comment.