Skip to content

Commit

Permalink
post-merge: ci fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Nasfame <laciferin@gmail.com>
  • Loading branch information
Nasfame committed Nov 14, 2023
1 parent 81478ac commit b39a66d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cross[hardhat].yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,12 @@ jobs:
architecture: ${{ matrix.architecture }}
check-latest: true

- uses: DamianReeves/write-file-action@master
with:
path: ${{github.workspace}}/.env.tmp
write-mode: overwrite
contents: |
${{secrets.ENVHARDHAT}}
- name: Write environment
shell: bash
run: |
echo $envfile > .env.tmp
sed 's/ /\n/g' .env.tmp > .env
# - name: Setup tmate session
# if: ${{matrix.os}}==windows-latest
# uses: mxschmitt/action-tmate@v3

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit b39a66d

Please sign in to comment.