Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 committed Nov 20, 2024
1 parent 8f6ee42 commit 2af5bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write # Grant write permissions to modify repository contents
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get update \
gdb \
git \
valgrind \
vim \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2af5bb0

Please sign in to comment.