Skip to content

Commit

Permalink
debug github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Oct 8, 2023
1 parent 287ad08 commit ee8fcf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@ make benchmark
```shell
export https_proxy="http://127.0.0.1:1080"
export http_proxy="http://127.0.0.1:1080"
```

## bazel

```shell
wget https://github.com/bazelbuild/bazel/releases/download/6.1.1/bazel-6.1.1-installer-linux-x86_64.sh
sudo bash bazel-6.1.1-installer-linux-x86_64.sh
which bazel
```
1 change: 1 addition & 0 deletions profile/workflow/sync_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <workflow/WFFacilities.h>
#include <iostream>
#include <chrono>
#include <thread>
#include <atomic>

#include "absl/flags/flag.h"
Expand Down

0 comments on commit ee8fcf9

Please sign in to comment.