Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux-clang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Actions Workflow
# Build with Clang on Linux
# Copyright 2019-2026 kaoru https://www.tetengo.org/
# Copyright (C) 2019-2026 kaoru https://www.tetengo.org/

name: Linux - Clang

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-gcc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Actions Workflow
# Build with GCC on Linux
# Copyright 2019-2026 kaoru https://www.tetengo.org/
# Copyright (C) 2019-2026 kaoru https://www.tetengo.org/

name: Linux - GCC

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-visualcpp.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Actions Workflow
# Build with Visual C++ on Windows
# Copyright 2019-2026 kaoru https://www.tetengo.org/
# Copyright (C) 2019-2026 kaoru https://www.tetengo.org/

name: Windows - Visual C++

Expand Down