Skip to content

Commit

Permalink
Merge branch '2.6.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Feb 19, 2024
2 parents ac98a9f + bf9023d commit 45050eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
sudo apt install llvm xorg-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev
- name: Checkout ImGui
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ocornut/imgui
path: imgui
ref: v1.89

- name: Checkout SFML
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: SFML/SFML
path: sfml
Expand All @@ -78,7 +78,7 @@ jobs:
run: cmake --build sfml/build --config ${{matrix.type.name}} --target install

- name: Checkout ImGui-SFML
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: imgui-sfml

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
Expand Down

0 comments on commit 45050eb

Please sign in to comment.