Skip to content

Commit

Permalink
Merge pull request #2270 from raft-tech/hotfix/gpg-key-rename
Browse files Browse the repository at this point in the history
fix ubuntu renamed gpg key err
  • Loading branch information
jtimpe authored Nov 16, 2022
2 parents bc20556 + c6a301c commit 7b12011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ executors:
machine-executor:
machine:
docker_layer_caching: false
image: ubuntu-2204:2022.10.1
image: ubuntu-2204:2022.10.2

commands:
###
Expand Down Expand Up @@ -64,6 +64,7 @@ commands:
- run:
name: Install Node.JS
command: |
sudo rm -rf /etc/apt/sources.list.d/heroku.list
sudo apt-get update
sudo apt-get install -y libgbm-dev
source /opt/circleci/.nvm/nvm.sh
Expand Down

0 comments on commit 7b12011

Please sign in to comment.