Skip to content

Commit

Permalink
switch to main as default
Browse files Browse the repository at this point in the history
benedekkupper committed Dec 19, 2024
1 parent 4dae709 commit 5af7af6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
@@ -4,9 +4,9 @@ name: CMake on a single platform

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
@@ -22,6 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3

# using the most convenient 32-bit target platform, as the library is designed for 32-bit pointer systems
- name: Install 32-bit multilib toolchain
run: |
sudo apt update

0 comments on commit 5af7af6

Please sign in to comment.