Skip to content

Commit

Permalink
sudo mv
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Oct 14, 2024
1 parent cfdb979 commit 5c27abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@ jobs:
run: |
curl -L -O https://github.com/google/flatbuffers/releases/download/v22.12.06/Windows.flatc.binary.zip
unzip Windows.flatc.binary.zip
mv flatc.exe "C:/Program Files/node/"
sudo mv flatc.exe "C:/Program Files/node/"
- name: Install protobuf (protoc)
run: |
curl -L -O https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protoc-21.5-win64.zip
unzip protoc-21.5-win64.zip
mv protoc-21.5/bin/protoc.exe "C:/Program Files/node/"
mv protoc-21.5/include/* "C:/Program Files/node/include"
sudo mv bin/protoc.exe "C:/Program Files/node/"
sudo mv include/* "C:/Program Files/node/include"
- name: Setup Haskell
uses: haskell-actions/setup@v2
Expand Down

0 comments on commit 5c27abc

Please sign in to comment.