Skip to content

Commit 98ef87e

Browse files
committed
Use md5 hash rather than base64.
1 parent 239be90 commit 98ef87e

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 JOBID=`echo "${{ matrix.env }} ${{ matrix.config }}'"| base64` >> $GITHUB_ENV
67+
echo JOBID=`echo "${{ matrix.env }} ${{ matrix.config }}'"| md5sum - | sed 's/ .*//'` >> $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)