Skip to content

Commit

Permalink
ci: fix bad cpu type error in circleci tests (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus authored Jul 24, 2024
1 parent a038564 commit 53f1d2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
fdi-version:
type: string
steps:
- run:
name: Install Rosetta translation environment on Apple Silicon Mac
command: softwareupdate --install-rosetta --agree-to-license
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/ # This makes npm use http instead of ssh (required for node 16)
- checkout
- run: cd ../ && curl -L -o java.tar.gz "https://drive.usercontent.google.com/download?id=1zFjmXJFYEYw1bhPIZ0H2Q3oSy_HRCEQk&export=download&authuser=0&confirm=t&uuid=9563b3be-1e99-4293-a38c-001ea7cb2c37&at=APZUnTVgTPkWenZvgghQeFST-Yxk%3A1710776389213"
Expand Down

0 comments on commit 53f1d2c

Please sign in to comment.