Skip to content

Commit

Permalink
Use style of set-env
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Nov 13, 2019
1 parent 546e50c commit 3ad7826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
tool/travis_retry.sh brew install gdbm gmp libffi openssl@1.1 zlib autoconf automake libtool readline
- name: Set ENV
run: |
echo '##[set-env name=JOBS]'-j$((1 + $(sysctl -n hw.activecpu)))
echo '::set-env name=JOBS::'-j$((1 + $(sysctl -n hw.activecpu)))
- name: Autoconf
run: |
cd src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
sudo chmod -R go-w /usr/share
- name: Set ENV
run: |
echo '##[set-env name=JOBS]'-j$((1 + $(nproc --all)))
echo '::set-env name=JOBS::'-j$((1 + $(nproc --all)))
- name: Autoconf
run: cd src && exec autoconf
- name: configure
Expand Down

0 comments on commit 3ad7826

Please sign in to comment.