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 2a607b4 commit 2067783Copy full SHA for 2067783
.github/workflows/build-test-ubuntu-x64.yml
@@ -52,10 +52,7 @@ jobs:
52
id-token: write # This is required for requesting the JWT
53
contents: read # This is required for actions/checkout
54
55
- steps:
56
- - name: Display job info
57
- run: echo "Building on ${{ matrix.os }} with ${{ matrix.compiler }} in ${{ matrix.config }} mode"
58
-
+ pre-steps:
59
- name: Free Disk Space
60
uses: jlumbroso/free-disk-space@main
61
with:
@@ -70,6 +67,10 @@ jobs:
70
67
docker-images: true
71
68
swap-storage: true
72
69
+ steps:
+ - name: Display job info
+ run: echo "Building on ${{ matrix.os }} with ${{ matrix.compiler }} in ${{ matrix.config }} mode"
73
+
74
- name: Checkout
75
uses: actions/checkout@v5
76
0 commit comments