Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
ci: 🎡 OS が変わったことによる MySQL のアクセス方法の変更に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Oct 15, 2022
1 parent 0545e23 commit d32230d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ jobs:
- checkout
- restore_cache:
keys:
# - v1-dependencies-{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}
- v1-dependencies-{{ checksum "Gemfile.lock" }}
- v1-dependencies-
- run:
name: Install system dependencies
command: |
sudo apt update
sudo apt install -y fonts-migmix
sudo apt install -y fonts-migmix openssl
- run:
name: Install Chrome
command: |
Expand Down

0 comments on commit d32230d

Please sign in to comment.