Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jareddlc committed Sep 13, 2024
1 parent 6c5afb2 commit 2bf5209
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Deps
run: choco install --yes openssl
# - name: Deps
# run: choco install --yes openssl

- name: Test 1
run: |
cd "C:\Program Files\OpenSSL\lib"
dir
cd "C:\Program Files"
dir
- name: Build
run: |
Expand Down

0 comments on commit 2bf5209

Please sign in to comment.