Skip to content

Commit 8f31c01

Browse files
committed
Fix double-echo.
1 parent c96f349 commit 8f31c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set environment variables
6565
run: |
6666
echo "${{ matrix.env }}" >> $GITHUB_ENV
67-
echo "echo JOBID=`echo ${{ matrix.env }} ${{ matrix.config }} | base64`" >> $GITHUB_ENV
67+
echo "JOBID=`echo ${{ matrix.env }} ${{ matrix.config }} | base64`" >> $GITHUB_ENV
6868
- name: apt refresh
6969
run: sudo apt-get -o Acquire::Retries=5 update
7070
- name: Install prerequisites

0 commit comments

Comments
 (0)