Skip to content

Commit

Permalink
Update apt, remove "Figure out working directory" step
Browse files Browse the repository at this point in the history
  • Loading branch information
adisidev committed Oct 18, 2024
1 parent 0159a91 commit fb56747
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Install Dependencies
run: |
apt update -y
apt install -y git g++-11 build-essential cmake libboost-all-dev
- name: Checkout Repository
Expand Down Expand Up @@ -47,13 +48,6 @@ jobs:
# cd tests/
# chmod +x stress_test.sh
# bash stress_test.sh

- name: Figure out working directory
run: |
pwd
ls -a
tree
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -67,6 +61,9 @@ jobs:
git config user.email "[email protected]"
git config user.name "GitHub Action"
pwd
ls -la
# Get the current date
current_date=$(date +'%Y-%m-%d')
Expand Down

0 comments on commit fb56747

Please sign in to comment.