Skip to content

Commit

Permalink
test: enable steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 2, 2024
1 parent f4b2814 commit 7668d69
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,11 @@ jobs:
run: git submodule update --init --depth=1

- name: Install Protoc
if: ${{ matrix.config.arch == 'x64' }}
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Calculate Windows libraries cache hash
if: ${{ matrix.config.arch == 'x64' }}
id: windows-modules-hash
shell: bash
run: |
Expand All @@ -151,7 +149,6 @@ jobs:
echo "hash=$hash" >> "$GITHUB_OUTPUT"
- name: Cache Windows libraries
if: ${{ matrix.config.arch == 'x64' }}
uses: actions/cache@v2
id: cache-windows-modules
with:
Expand Down Expand Up @@ -180,7 +177,6 @@ jobs:
default: true

- name: Install msbuild
if: ${{ matrix.config.arch == 'x64' }}
uses: microsoft/[email protected]
with:
vs-version: 16
Expand Down

0 comments on commit 7668d69

Please sign in to comment.