Skip to content

Commit

Permalink
Update for new GHA syntax (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 2, 2020
1 parent c3279b1 commit 4fd72a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ jobs:
shell: powershell
- name: Add sodium to paths
run: |
echo "::set-env name=INCLUDE::C:/libsodium/include;%INCLUDE%"
echo "::set-env name=LIB::C:/libsodium/${{ matrix.WINDOWS.SODIUM_ARCH }}/release/${{ matrix.PYTHON.SODIUM_MSVC_VERSION }}/static;%LIB%"
echo "INCLUDE=C:/libsodium/include;$INCLUDE" >> $GITHUB_ENV
echo "LIB=C:/libsodium/${{ matrix.WINDOWS.SODIUM_ARCH }}/release/${{ matrix.PYTHON.SODIUM_MSVC_VERSION }}/static;$LIB" >> $GITHUB_ENV
shell: bash

- name: Copy stdint.h to include dir (distant weeping)
run: mv .github/stdint-nonsense/stdint.h C:/libsodium/include/stdint.h
Expand Down

0 comments on commit 4fd72a4

Please sign in to comment.