Skip to content

Commit

Permalink
why no work
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Sep 25, 2023
1 parent 5fcadc2 commit 6651bbf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
run: |
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
echo $SSH_CONFIG > ~/.ssh/config
wc ~/.ssh/id_rsa
wc ~/.ssh/config
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
echo "$SSH_CONFIG" > ~/.ssh/config
ls -l ~/.ssh
- name: Generate
run: make generate
- name: Deploy
Expand Down

0 comments on commit 6651bbf

Please sign in to comment.