aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index a22ae7df70..1456cb7b4d 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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