We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 998bb11 + f00c704 commit 24f56aeCopy full SHA for 24f56ae
.github/workflows/doxygen.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
build-docu:
12
name: Build Doxygen documentation
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
steps:
15
- uses: actions/checkout@v2
16
- uses: mattnotmitt/doxygen-action@v1.9.5
.github/workflows/squareline.yml
create-squareline-packages:
- uses: actions/checkout@v3
- name: Generate the packages
@@ -23,7 +23,7 @@ jobs:
23
path: SquareLine/out_dir/espressif/
24
25
update-release:
26
27
needs: [ create-squareline-packages ]
28
29
- name: Download artifacts
0 commit comments