Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Apr 5, 2024
1 parent 76c4c52 commit 8240676
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
cont: docker.io/tomrrr1/bioconductor_meme:latest
rspm: ~
steps:
- name: Create symbolic link for MEME
- name: Create directory and symlink
run: |
ln -s /meme/bin /github/home
mkdir -p /github/home/meme
ln -s /meme/bin /github/home/meme/bin
- name: Verify symbolic link
run: |
ls -l /github/home/meme/bin
Expand Down

0 comments on commit 8240676

Please sign in to comment.