Skip to content

Commit

Permalink
remove obsolete ssh crap from action
Browse files Browse the repository at this point in the history
  • Loading branch information
IR0NSIGHT committed Jan 11, 2024
1 parent 96d406b commit 8c020fa
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ jobs:
with:
node-version: '18.16.1' # Choose the Node.js version you need

- name: Set up Git user and email
run: |
git config --global user.name "Maximilian Marschall"
git config --global user.email "[email protected]"
- name: set up ssh
run: |
ssh-keygen -t rsa -b 4096 -N "" -f ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
ssh-add -L
ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Install specific effekt
run: |
git clone https://github.com/effekt-lang/effekt.git &&
Expand Down

0 comments on commit 8c020fa

Please sign in to comment.