Skip to content

Commit

Permalink
4 ➡️ 5 (#320)
Browse files Browse the repository at this point in the history
4 ➡️ 5 (main)
  • Loading branch information
mjcarroll authored Mar 17, 2022
2 parents af583c9 + 9d1ba90 commit caafd64
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/ci/packages.apt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ libignition-utils1-dev
libswscale-dev
libtinyxml2-dev
pkg-config
ruby-ronn
uuid-dev
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,13 @@ jobs:
uses: ignition-tooling/action-ignition-ci@focal
with:
codecov-enabled: true
jammy-ci:
runs-on: ubuntu-latest
name: Ubuntu Jammy CI
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Compile and test
id: ci
uses: ignition-tooling/action-ignition-ci@jammy

2 changes: 1 addition & 1 deletion include/ignition/common/Filesystem.hh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ namespace ignition
/// files, by appending numbers to it (i.e. (0), (1), ...)
/// \param[in] _pathAndName Full absolute path and file name up to the
/// file extension.
/// \param[in] _extension File extension, such as "ddf".
/// \param[in] _extension File extension, such as "sdf".
/// \return Full path with name and extension, which doesn't collide with
/// existing files
std::string IGNITION_COMMON_VISIBLE uniqueFilePath(
Expand Down

0 comments on commit caafd64

Please sign in to comment.