We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239be90 commit 98ef87eCopy full SHA for 98ef87e
.github/workflows/linux.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Set environment variables
65
run: |
66
echo "${{ matrix.env }}" >> $GITHUB_ENV
67
- echo JOBID=`echo "${{ matrix.env }} ${{ matrix.config }}'"| base64` >> $GITHUB_ENV
+ echo JOBID=`echo "${{ matrix.env }} ${{ matrix.config }}'"| md5sum - | sed 's/ .*//'` >> $GITHUB_ENV
68
- name: apt refresh
69
run: sudo apt-get -o Acquire::Retries=5 update
70
- name: Install prerequisites
0 commit comments