Skip to content

Commit

Permalink
Update container
Browse files Browse the repository at this point in the history
  • Loading branch information
Garey Akhmetshin committed Nov 13, 2024
1 parent 9d3bc23 commit a9917d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [push, pull_request]

jobs:
build_linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
container: s1lentq/linux86buildtools:latest

env:
CMAKE_TOOLCHAIN_FILE: ${{github.workspace}}/cmake/linux-i686.cmake

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system
Expand Down

0 comments on commit a9917d9

Please sign in to comment.