diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-07-03 22:03:53 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-07-16 22:06:36 +0200 |
commit | 92b3c7644640cb38b101f93100ebc04f04ee6ef9 (patch) | |
tree | fdcf46c8887be1164c4ede08fb6ee99e19012263 /.github | |
parent | 967381a5990c7b637dffddf80d90104315a6b123 (diff) |
Added Keras based Autoencode (Work-in-Progress!)
* minor fixes
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-openwrt.yml | 2 | ||||
-rw-r--r-- | .github/workflows/build.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 5a4e4e701..b134cd36e 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -14,7 +14,7 @@ on: jobs: build: - name: ${{ matrix.arch }} build + name: ${{ matrix.arch }} ${{ matrix.target }} runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b30edc945..74ad276ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: jobs: test: - name: ${{ matrix.os }} ${{ matrix.gcrypt }} + name: ${{ matrix.os }} ${{ matrix.compiler }} runs-on: ${{ matrix.os }} env: CMAKE_C_COMPILER: ${{ matrix.compiler }} |