We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98448a3 commit 191614cCopy full SHA for 191614c
.github/workflows/fpm-deployment.yml
@@ -5,7 +5,6 @@ on: [push, pull_request]
5
env:
6
FPM_VERSION: 'v0.12.0' # FPM version
7
SETUP_FPM_VERSION: 'v8' # setup-fpm action version
8
- GNU_VERSION: '13' # GNU compiler toolchain major version
9
10
jobs:
11
deploy:
@@ -16,7 +15,7 @@ jobs:
16
15
matrix:
17
include:
18
- os: ubuntu-latest
19
- toolchain: {compiler: gcc, version: ${{ env.GNU_VERSION }} }
+ toolchain: {compiler: gcc, version: '13' }
20
21
steps:
22
- name: Checkout code
@@ -76,7 +75,7 @@ jobs:
76
75
77
78
79
80
81
82
0 commit comments