Skip to content

Commit

Permalink
Merge branch 'developement' into 'main'
Browse files Browse the repository at this point in the history
Update main

See merge request jesture/actions!20
  • Loading branch information
stormymcstorm committed Feb 20, 2023
2 parents e3ded7b + 9f4cd99 commit 5367df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions actions/action/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cc_library(
deps = [
"@com_google_absl//absl/types:variant",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
] + select({
"@platforms//os:linux": ["//actions/internal/linux:keystroke"],
"//conditions:default": [],
Expand Down
1 change: 1 addition & 0 deletions actions/action/keystroke.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <vector>

#include "absl/status/status.h"
#include "absl/status/statusor.h"

#if defined(__linux__)
#include "actions/internal/linux/keystroke.h"
Expand Down

0 comments on commit 5367df9

Please sign in to comment.