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 7bb1229 commit c38c169
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: ubuntu:bionic
-image: cimg/base:2020.01
steps:
- checkout
- run:
Expand All @@ -13,7 +13,7 @@ jobs:
destination: libNFHTTP.zip
buildlinuxgcc:
docker:
- image: ubuntu:bionic
-image: cimg/base:2020.01
steps:
- checkout
- run:
Expand All @@ -24,7 +24,7 @@ jobs:
destination: libNFHTTP.zip
buildlinuxandroid:
docker:
- image: ubuntu:bionic
-image: cimg/base:2020.01
steps:
- checkout
- run:
Expand Down

0 comments on commit c38c169

Please sign in to comment.