Skip to content

Commit

Permalink
remove unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
Svastits committed Jan 31, 2024
1 parent d469f99 commit 47b30be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_debian.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: [pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_fedora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: [pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
#!/bin/bash
yum install cmake gcc-c++ python3-protobuf protobuf-compiler protobuf-devel grpc-cpp grpc-devel openssl openssl-devel && cd kuka-external-control-sdk && mkdir build
yum install cmake gcc-c++ python3-protobuf protobuf-compiler openssl openssl-devel && cd kuka-external-control-sdk && mkdir build
- name: Build and install
run: cmake .. && sudo make install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: [pull_request]

jobs:
build:
Expand Down

0 comments on commit 47b30be

Please sign in to comment.