Skip to content

Commit

Permalink
Trying to fix stuff++++
Browse files Browse the repository at this point in the history
  • Loading branch information
tsoj committed Apr 4, 2024
1 parent cbde32e commit 836d16d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ jobs:
path: Moonbird
submodules: false

- name: Install DLLs dependencies (Windows)
if: runner.os == 'Windows'
shell: bash
run: |
mkdir -p external
curl -L "https://nim-lang.org/download/windeps.zip" -o external/windeps.zip
7z x -y external/windeps.zip -oexternal/dlls-${{ matrix.target.cpu }}
- name: Setup Nim
uses: alaviss/setup-nim@0.1.1
with:
Expand Down

0 comments on commit 836d16d

Please sign in to comment.